This is an automated email from the ASF dual-hosted git repository.

guoweijie pushed a commit to branch v4.0
in repository 
https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git


The following commit(s) were added to refs/heads/v4.0 by this push:
     new 4efa4be  [FLINK-36595][docs] Explicitly set connector compatibility as 
string
4efa4be is described below

commit 4efa4be799dfbe5ae0cd815bb8b52f70e6f8062a
Author: Weijie Guo <[email protected]>
AuthorDate: Thu Jun 5 10:01:28 2025 +0800

    [FLINK-36595][docs] Explicitly set connector compatibility as string
---
 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 7a2c07b..0602cdc 100644
--- a/docs/data/elastic.yml
+++ b/docs/data/elastic.yml
@@ -17,7 +17,7 @@
 
################################################################################
 
 version: 4.0.0
-flink_compatibility: [2.0]
+flink_compatibility: ["2.0"]
 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

Reply via email to