rui-mo commented on code in PR #9181:
URL: https://github.com/apache/incubator-gluten/pull/9181#discussion_r2030672393


##########
gluten-ut/spark33/src/test/scala/org/apache/spark/sql/execution/GlutenSQLAggregateFunctionSuite.scala:
##########
@@ -33,4 +34,29 @@ class GlutenSQLAggregateFunctionSuite extends 
GlutenSQLTestsTrait {
     checkAnswer(df, Seq(Row(3, 5)))
     
assert(getExecutedPlan(df).count(_.isInstanceOf[HashAggregateExecBaseTransformer])
 == 4)
   }
+
+  testGluten("VELOX-12542: Return NaN or null when dividing by zero") {

Review Comment:
   Perhaps drop the prefix 'VELOX-12542' as the test is shared between Velox 
and CH backend.



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