snuyanzin commented on code in PR #709: URL: https://github.com/apache/flink-web/pull/709#discussion_r1945841663
########## 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: yep, thanks for the feedback, this is from RC1 I forgot to update it after RC2 created updated now -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
