wuchong commented on a change in pull request #8234: [FLINK-12288] [table-planner-blink] Bump Calcite dependency to 1.19.0 in blink planner URL: https://github.com/apache/flink/pull/8234#discussion_r277611895
########## File path: flink-table/flink-table-planner-blink/pom.xml ########## @@ -114,12 +114,18 @@ under the License. <scope>provided</scope> </dependency> + <!-- Used for code generation --> + <dependency> + <groupId>org.codehaus.janino</groupId> + <artifactId>janino</artifactId> + </dependency> + <!-- Used for translation of table programs --> <dependency> <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> Review comment: Yes, I have verified it. `mvn dependency:tree` outputs the same tree as before. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services