Closed viirya closed 1 month ago
Do the benchmarks in https://github.com/apache/datafusion-comet/blob/84cccf7dba6be52dc7901c7e7fe47c51a9a5b35a/spark/src/test/scala/org/apache/spark/sql/benchmark/CometAggregateBenchmark.scala#L4 need to be updated? Part of my exploration today (that motivates this PR) is that the CometBaseBenchmark and by extension the CometAggregateBenchmark does not set Comet at the shuffle manager. CometExecBenchmark does set the shuffle manager: https://github.com/apache/datafusion-comet/blob/84cccf7dba6be52dc7901c7e7fe47c51a9a5b35a/spark/src/test/scala/org/apache/spark/sql/benchmark/CometExecBenchmark.scala#L44
Yea, we should update CometAggregateBenchmarks to enable shuffle for it.
This should help a lot for #987! Thanks for the quick fix!
Thanks @kazuyukitanimura @mbutrovich
Which issue does this PR close?
Closes #.
Rationale for this change
What changes are included in this PR?
How are these changes tested?