snuyanzin commented on code in PR #26313: URL: https://github.com/apache/flink/pull/26313#discussion_r2039295530
########## flink-table/flink-table-runtime/pom.xml: ########## @@ -137,7 +137,13 @@ under the License. <version>${project.version}</version> <scope>test</scope> </dependency> - </dependencies> + <dependency> + <groupId>org.apache.calcite</groupId> + <artifactId>calcite-core</artifactId> + <version>1.34.0</version> Review Comment: i guess it is questionable to add calcite dependency only because of one enum... Anyway let's not use exact version, rather use preoperty ```suggestion <version>${calcite.version}</version> ``` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org