xiedeyantu commented on code in PR #22039: URL: https://github.com/apache/datafusion/pull/22039#discussion_r3200881414
########## datafusion/sqllogictest/test_files/grouping.slt: ########## @@ -224,3 +224,22 @@ query I SELECT SUM(v1) FROM generate_series(10) AS t1(v1) GROUP BY GROUPING SETS(()) ---- 55 + +# grouping_sets_empty_input: GROUPING SETS (()) must produce one NULL row on empty input Review Comment: Thanks for your review! I added tests for CUBE and ROLLUP. -- 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]
