cloud-fan commented on code in PR #39824:
URL: https://github.com/apache/spark/pull/39824#discussion_r1092291311


##########
sql/core/src/test/resources/sql-tests/results/udaf/udaf-group-analytics.sql.out:
##########
@@ -15,18 +15,18 @@ SELECT a + b, b, udaf(a - b) FROM testData GROUP BY a + b, 
b WITH CUBE
 struct<(a + b):int,b:int,udaf((a - b)):int>
 -- !query output

Review Comment:
   The result should be the same with changing `udaf` to `count`.



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