Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2443#discussion_r155643640 --- Diff: sql/storm-sql-core/pom.xml --- @@ -66,10 +66,34 @@ <artifactId>calcite-core</artifactId> <version>${calcite.version}</version> <exclusions> + <exclusion> --- End diff -- They're for supporting another parts of Calcite and unneeded dependencies for us. Some dependencies are something already we have, so also good to avoid the version conflict.
---