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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]