You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by "michellesackmann (via GitHub)" <gi...@apache.org> on 2023/05/04 10:58:32 UTC

[GitHub] [incubator-wayang] michellesackmann opened a new pull request, #317: update calcite-linq4j version in api-sql pom to match calcite-core version

michellesackmann opened a new pull request, #317:
URL: https://github.com/apache/incubator-wayang/pull/317

   After the calcite-core version was upgraded to 1.32.0, the cross-platform example was not running. We got the following error related to the calcite-linq4j dependency: 
   
   Caused by: java.lang.NoSuchMethodException: org.apache.calcite.linq4j.EnumerableDefaults.repeatUnion(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.Enumerable,int,boolean,org.apache.calcite.linq4j.function.EqualityComparer,org.apache.calcite.linq4j.function.Function0)
   	at java.base/java.lang.Class.getMethod(Class.java:2321)
   	at org.apache.calcite.linq4j.tree.Types.lookupMethod(Types.java:309)
   
   We tested on our fork and it works, when we upgraded the calcite-linq4j to 1.32.0 (in the wayang-api-sql pom file) as well, so the two dependency versions match. 


-- 
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@wayang.apache.org

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


[GitHub] [incubator-wayang] zkaoudi merged pull request #317: update calcite-linq4j version in api-sql pom to match calcite-core version

Posted by "zkaoudi (via GitHub)" <gi...@apache.org>.
zkaoudi merged PR #317:
URL: https://github.com/apache/incubator-wayang/pull/317


-- 
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@wayang.apache.org

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