snuyanzin commented on code in PR #20850:
URL: https://github.com/apache/flink/pull/20850#discussion_r992562130
##########
flink-table/flink-table-planner/pom.xml:
##########
@@ -127,22 +127,22 @@ under the License.
<version>${calcite.version}</version>
<exclusions>
<!--
- "mvn dependency:tree" as of Calcite 1.26.0:
-
- [INFO] +-
org.apache.calcite:calcite-core:jar:1.26.0:compile
- [INFO] | +-
org.apache.calcite:calcite-linq4j:jar:1.26.0:compile
- [INFO] | +-
com.fasterxml.jackson.core:jackson-annotations:jar:2.12.1:compile
- [INFO] | +-
org.apiguardian:apiguardian-api:jar:1.1.0:compile
- [INFO] | +-
com.esri.geometry:esri-geometry-api:jar:2.2.0:runtime
- [INFO] | +-
com.fasterxml.jackson.core:jackson-core:jar:2.12.1:runtime
- [INFO] | +-
com.fasterxml.jackson.core:jackson-databind:jar:2.12.1:runtime
+ "mvn dependency:tree" as of Calcite 1.27.0:
+
+ [INFO] +-
org.apache.calcite:calcite-core:jar:1.27.0:compile
+ [INFO] | +-
org.apache.calcite:calcite-linq4j:jar:1.27.0:compile
+ [INFO] | +-
com.esri.geometry:esri-geometry-api:jar:2.2.0:compile
+ [INFO] | +-
com.fasterxml.jackson.core:jackson-annotations:jar:2.13.2:compile
+ [INFO] | +-
org.apache.calcite.avatica:avatica-core:jar:1.18.0:compile
Review Comment:
may be...
I've just checked output of `mvn dependency:tree` for flink-table-planner
for calcite and it shows (avatica-core is included)
```
[INFO] +- org.apache.calcite:calcite-core:jar:1.26.0:compile
[INFO] | +- org.apache.calcite:calcite-linq4j:jar:1.26.0:compile
[INFO] | +-
com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4:compile
[INFO] | +- org.apache.calcite.avatica:avatica-core:jar:1.17.0:compile
[INFO] | +- com.esri.geometry:esri-geometry-api:jar:2.2.0:runtime
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.13.4:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.4:compile
[INFO] | +- com.jayway.jsonpath:json-path:jar:2.4.0:runtime
[INFO] | | \- net.minidev:json-smart:jar:2.3:runtime
[INFO] | | \- net.minidev:accessors-smart:jar:1.2:runtime
[INFO] | | \- org.ow2.asm:asm:jar:5.0.4:runtime
[INFO] | +- commons-codec:commons-codec:jar:1.15:runtime
[INFO] | \- commons-io:commons-io:jar:2.11.0:compile
```
--
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]