xuzifu666 commented on code in PR #5208: URL: https://github.com/apache/calcite/pull/5208#discussion_r3837416973
########## core/src/test/resources/sql/agg.iq: ########## @@ -4750,3 +4750,93 @@ order by y; !ok # End agg.iq + +# [CALCITE-6537] Add syntax to allow non-aggregated rows to be used in GROUPING SETS +# non-aggregated (detail) rows. Requires LENIENT conformance. Review Comment: Since this is not standard SQL and is not supported by mainstream databases, it was converted to equivalent PostgreSQL syntax for verification; the results matched expectations: https://onecompiler.com/postgresql/44yz6y5r4 -- 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]
