luoyuxia commented on code in PR #19364: URL: https://github.com/apache/flink/pull/19364#discussion_r845865855
########## flink-connectors/flink-connector-hive/pom.xml: ########## @@ -1027,15 +1027,15 @@ under the License. <profiles> <!-- Activate these profiles with -Phive-x.x.x to build and test against different Hive versions --> <profile> - <id>hive-2.3.6</id> + <id>hive-2.3.9</id> <properties> - <hive.version>2.3.6</hive.version> + <hive.version>2.3.9</hive.version> </properties> <dependencies> <dependency> <groupId>org.apache.orc</groupId> <artifactId>orc-core</artifactId> - <version>${hive-2.3.6-orc-version}</version> + <version>${hive-2.3.9-orc-version}</version> Review Comment: I suggest to still keep it for test purpose . It enables the developer to test againset the corresponding Hive version to make sure it works for the specific 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