JkSelf commented on code in PR #12009:
URL: https://github.com/apache/gluten/pull/12009#discussion_r3220033998


##########
backends-velox/src/test/scala/org/apache/spark/sql/execution/VeloxExpandSuite.scala:
##########
@@ -77,4 +88,128 @@ class VeloxExpandSuite extends 
VeloxWholeStageTransformerSuite {
       }
     }
   }
+
+  test("Expand with round(avg(decimal)) and multiple distinct aggregates") {

Review Comment:
   @jianzhenwu Yes, this issue persists in Spark 3.2 and 3.3. Would it be 
possible to introduce a new rule to align the output types for spark 32 and 33? 
This would make the logic much more clear.



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