mihaibudiu commented on code in PR #5009:
URL: https://github.com/apache/calcite/pull/5009#discussion_r3416519745


##########
core/src/test/java/org/apache/calcite/test/JdbcTest.java:
##########
@@ -1297,6 +1297,17 @@ private void checkResultSetMetaData(Connection 
connection, String sql)
             + "c0=1998\n");
   }
 
+  /** Test case for [CALCITE-7594] GROUP BY ALL: grouping only by a constant
+   * over empty input returns 0 rows. */
+  @Test void testGroupByAllOverEmptyInput() {

Review Comment:
   I think that the preferred way to write such tests is to use quidem files 
(suffix .iq), but this works too.



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