[
https://issues.apache.org/jira/browse/FLINK-4864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15601887#comment-15601887
]
ASF GitHub Bot commented on FLINK-4864:
---------------------------------------
Github user rmetzger commented on the issue:
https://github.com/apache/flink/pull/2673
I tried reproducing the issue reported by @fhueske. The only issue I got
was `Caused by: org.codehaus.commons.compiler.CompileException: Line 8, Column
13: Class "org.apache.calcite.rel.metadata.MetadataDef" not found`.
I think that'll be fixed with CALCITE-1461. I guess @fhueske's issue is
something local with the development environment.
> Shade Calcite dependency in flink-table
> ---------------------------------------
>
> Key: FLINK-4864
> URL: https://issues.apache.org/jira/browse/FLINK-4864
> Project: Flink
> Issue Type: Improvement
> Components: Table API & SQL
> Affects Versions: 1.2.0
> Reporter: Fabian Hueske
> Assignee: Jark Wu
>
> The Table API has a dependency on Apache Calcite.
> A user reported to have version conflicts when having a own Calcite
> dependency in the classpath.
> The solution would be to shade away the Calcite dependency (Calcite's
> transitive dependencies are already shaded).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)