leonardBang commented on code in PR #709: URL: https://github.com/apache/flink-web/pull/709#discussion_r1942194085
########## docs/data/flink_connectors.yml: ########## @@ -50,6 +50,13 @@ hbase: source_release_sha512_url: "https://downloads.apache.org/flink/flink-connector-hbase-4.0.0/flink-connector-hbase-4.0.0-src.tgz.sha512" compatibility: ["1.18.x", "1.19.x"] +hive: + name: "Apache Flink Hive Connector 3.0.0" + source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-connector-hive-3.0.0/flink-connector-hive-3.0.0-src.tgz" + source_release_asc_url: "https://downloads.apache.org/flink/flink-connector-hive-3.0.0/flink-connector-hive-3.0.0-src.tgz.asc" + source_release_sha512_url: "https://downloads.apache.org/flink/flink-connector-hive-3.0.0/flink-connector-hive-3.0.0-src.tgz.sha512" + compatibility: ["1.18.x"] Review Comment: compatibility: ["1.19.x", "1.20.x"], @snuyanzin @lvyanquan We should keep at least two flink major versions' compatibility, and I noted the https://github.com/apache/flink-connector-hive/commit/204c8bdc0e4be6892b03d707a0895c32f4d5f745 breakout this rule, please double check. -- 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