JiajunBernoulli commented on code in PR #2790:
URL: https://github.com/apache/calcite/pull/2790#discussion_r866520042


##########
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:
   Sorry, I forget to say the fix is in calcite-avatica: 
https://github.com/apache/calcite-avatica/pull/179/files
   After updating calcite-avatica version, we can disable CALCITE_3557_FIXED 
and enable test. So the PR only add some tests in calcite.



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