This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a commit to branch v3.0
in repository
https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git
The following commit(s) were added to refs/heads/v3.0 by this push:
new 3e8b3b2 [FLINK-36595][docs] Explicitly set connector compatibility as
string to prevent version comparison mismatch
3e8b3b2 is described below
commit 3e8b3b2a5386edbc265fbbdb228c7f3271b69b07
Author: Lorenzo Nicora <[email protected]>
AuthorDate: Wed Nov 13 09:44:29 2024 +0000
[FLINK-36595][docs] Explicitly set connector compatibility as string to
prevent version comparison mismatch
---
docs/data/elastic.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/data/elastic.yml b/docs/data/elastic.yml
index 2160337..bf863b2 100644
--- a/docs/data/elastic.yml
+++ b/docs/data/elastic.yml
@@ -17,7 +17,7 @@
################################################################################
version: 3.0.1
-flink_compatibility: [1.16, 1.17]
+flink_compatibility: ["1.16", "1.17"]
variants:
- maven: flink-connector-elasticsearch6
sql_url:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-elasticsearch6/$full_version/flink-sql-connector-elasticsearch6-$full_version.jar