chunweilei commented on code in PR #2790:
URL: https://github.com/apache/calcite/pull/2790#discussion_r866516988
##########
core/src/test/java/org/apache/calcite/test/JdbcTest.java:
##########
@@ -2118,6 +2118,40 @@ void checkMultisetQueryWithSingleColumn() {
.returnsUnordered("A=[{10}, {20}, {10}, {10}]");
}
+ /**
+ * Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-3557">[CALCITE-3557]
+ * ClassCastException for using nested multiset or array inside multiset</a>.
Review Comment:
Does this change miss something? It seems CALCITE_3557_FIXED is used only in
the test.
--
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]