spark-rapids
spark-rapids copied to clipboard
Support hashaggregate for Array[Any]
We reverted 122e107b977daa012479456794916e292aa1f6e4 as part of #6679
The revert should be reverted when https://github.com/rapidsai/cudf/pull/11792 is merged.
We also need to add tests for aggregates that were missed and use Sort based aggregation as per https://github.com/NVIDIA/spark-rapids/issues/6680#issuecomment-1265959724
We also need to add in more tests to cover the cases that https://github.com/rapidsai/cudf/pull/11792 now supports and to cover aggregations that were missed but require sort based operations.
Depends on https://github.com/NVIDIA/spark-rapids/issues/7485 and https://github.com/NVIDIA/spark-rapids/issues/5430
build