WangGuangxin commented on code in PR #8967:
URL: https://github.com/apache/incubator-gluten/pull/8967#discussion_r1991537710


##########
backends-velox/src/test/scala/org/apache/gluten/execution/VeloxAggregateFunctionsSuite.scala:
##########
@@ -1193,6 +1193,28 @@ class VeloxAggregateFunctionsDefaultSuite extends 
VeloxAggregateFunctionsSuite {
       }
     }
   }
+
+  test("aggregate on join keys can set ignoreNullKeys") {
+    val s =
+      """

Review Comment:
   The test case here is used to test the plan is correctly mark 
`ignoreNullKeys` in `AggregateTransformer` to true, so I think the data doesn't 
matter.



-- 
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]

Reply via email to