zml1206 commented on code in PR #6093:
URL: https://github.com/apache/incubator-gluten/pull/6093#discussion_r1650088264
##########
gluten-ut/spark33/src/test/scala/org/apache/spark/sql/execution/GlutenReplaceHashWithSortAggSuite.scala:
##########
@@ -85,7 +85,7 @@ class GlutenReplaceHashWithSortAggSuite
withTempView("t1", "t2") {
spark.range(100).selectExpr("id as key").createOrReplaceTempView("t1")
spark.range(50).selectExpr("id as key").createOrReplaceTempView("t2")
- Seq("COUNT", "COLLECT_LIST").foreach {
+ Seq("COLLECT_LIST").foreach {
Review Comment:
Since `ShuffledHashJoinExec` becomes `SortMergeJoinExec`, `COUNT` remains
consistent with the vanilla spark suite. For more clarity, I added the `COUNT`
suite.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]