You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/05/15 16:32:50 UTC

[GitHub] [flink] walterddr commented on a change in pull request #8324: [FLINK-11921][table] Upgrade to calcite 1.19

walterddr 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_r284342603
 
 

 ##########
 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:
   I think we will use whatever version `calcite-core` is using. thus avatica 1.15.0 will be upgraded when upgrade to calcite 1.20.0

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services