twalthr commented on code in PR #28316:
URL: https://github.com/apache/flink/pull/28316#discussion_r3519040894
##########
flink-table/flink-sql-parser/pom.xml:
##########
@@ -68,14 +68,15 @@ under the License.
<version>${calcite.version}</version>
<exclusions>
<!--
- "mvn dependency:tree" as of Calcite 1.40.0:
+ "mvn dependency:tree" as of Calcite 1.41.0:
- [INFO] +-
org.apache.calcite:calcite-core:jar:1.40.0:compile
- [INFO] | +-
org.apache.calcite:calcite-linq4j:jar:1.40.0:compile
- [INFO] | +-
org.apache.calcite.avatica:avatica-core:jar:1.26.0:compile
+ [INFO] +-
org.apache.calcite:calcite-core:jar:1.41.0:compile
+ [INFO] | +-
org.apache.calcite:calcite-linq4j:jar:1.41.0:compile
+ [INFO] | +-
org.apache.calcite.avatica:avatica-core:jar:1.27.0:compile
[INFO] | +-
org.apiguardian:apiguardian-api:jar:1.1.2:compile
- [INFO] | +-
org.checkerframework:checker-qual:jar:3.43.0:compile
- [INFO] | \-
org.apache.commons:commons-math3:jar:3.6.1:runtime
+ [INFO] | +-
org.checkerframework:checker-qual:jar:3.10.0:compile
+ [INFO] | +-
org.apache.commons:commons-math3:jar:3.6.1:runtime
+ [INFO] | \-
org.jooq:joou-java-6:jar:0.9.4:compile
Review Comment:
Needed for SqlFunctions and other locations, although not used.
--
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]