DonnyZone commented on a change in pull request #1881: [CALCITE-3216]
ClassCastException when running aggregate function and window function over
Union
URL: https://github.com/apache/calcite/pull/1881#discussion_r407343904
##########
File path: core/src/test/java/org/apache/calcite/test/JdbcTest.java
##########
@@ -3504,6 +3504,238 @@ public void checkOrderBy(final boolean desc,
"empid=110; name=Theodore");
}
+ /** Test case for
Review comment:
This test is too long. Please put the test into `ReflectiveSchemaTest` and
simplify it. You can refer to `ReflectiveSchemaTest.java#testOp`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services