xiedeyantu commented on code in PR #4548:
URL: https://github.com/apache/calcite/pull/4548#discussion_r2370604579


##########
core/src/test/resources/sql/agg.iq:
##########
@@ -4126,4 +4126,40 @@ GROUP BY DEPTNO, JOB;
 
 !ok
 
+# [CALCITE-7189] Support MySQL-style non-standard GROUP BY
+!use scott-babel

Review Comment:
   I've noticed that this test case I wrote is quite coincidental, as it 
simultaneously verifies that any_value(sal) and max(sal) are equal. Therefore, 
I'll add a note here explaining that the any_value function is currently 
implemented using the max function. Is that acceptable?



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

Reply via email to