mihaibudiu commented on code in PR #3905:
URL: https://github.com/apache/calcite/pull/3905#discussion_r1714743481
##########
testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java:
##########
@@ -2424,6 +2424,14 @@ private static void checkConcatFunc(SqlOperatorFixture
f) {
f.checkFails("^concat()^", INVALID_ARGUMENTS_NUMBER, false);
}
+ /** Test case for <a
href="https://issues.apache.org/jira/browse/CALCITE-6518">
+ * ClassCastException during validation when loading multiple libraries</a>.
*/
+ @Test void issue6518() {
Review Comment:
I will fix these and squash the commits at the same time, since this is a
small PR. Hopefully we can merge it.
--
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]