danny0405 commented on a change in pull request #8324: [FLINK-11921][table]
Upgrade to calcite 1.19
URL: https://github.com/apache/flink/pull/8324#discussion_r284091403
##########
File path: flink-table/flink-table-planner/pom.xml
##########
@@ -136,17 +136,17 @@ under the License.
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
<!-- When updating the Calcite version, make sure to
update the dependency exclusions -->
- <version>1.18.0</version>
+ <version>1.19.0</version>
<exclusions>
<!--
Dependencies that are not needed for how we use
Calcite right now.
- "mvn dependency:tree" as of Calcite 1.18:
+ "mvn dependency:tree" as of Calcite 1.19:
- [INFO] +-
org.apache.calcite:calcite-core:jar:1.18.0:compile
+ [INFO] +-
org.apache.calcite:calcite-core:jar:1.19.0:compile
[INFO] | +-
org.apache.calcite.avatica:avatica-core:jar:1.13.0:compile
Review comment:
`calcite-avatica` 1.15.0 has released recently, do we have plan to upgrade ?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services