caicancai commented on code in PR #4058:
URL: https://github.com/apache/calcite/pull/4058#discussion_r1853907298
##########
core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java:
##########
@@ -523,6 +523,16 @@ public static void checkActualAndReferenceFiles() {
sql(sql).ok();
}
+ /** Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-4549">[CALCITE-4549]
+ * IndexOutOfBoundsException when group view by a sub query</a>. */
+ @Test void testGroupView() {
Review Comment:
Maybe the test name could be improved, but it doesn't seem to matter.
--
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]