You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2022/05/06 06:20:01 UTC

[GitHub] [calcite] JiajunBernoulli commented on a diff in pull request #2790: [CALCITE-3557] ClassCastException for using nested multiset or array …

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: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org