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

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


The following commit(s) were added to refs/heads/v4.0 by this push:
     new 6c71b499 [hotfix][docs] Use string in flink_compatibility for jdbc 
connector
6c71b499 is described below

commit 6c71b4999c28960f74c01e93c13ab40d3a781aa9
Author: Hang Ruan <ruanhang1...@hotmail.com>
AuthorDate: Wed Apr 23 11:25:30 2025 +0800

    [hotfix][docs] Use string in flink_compatibility for jdbc connector
---
 docs/data/jdbc.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/data/jdbc.yml b/docs/data/jdbc.yml
index 9bc2cc99..8914a1ef 100644
--- a/docs/data/jdbc.yml
+++ b/docs/data/jdbc.yml
@@ -17,7 +17,7 @@
 
################################################################################
 
 version: 4.0.0
-flink_compatibility: [2.0]
+flink_compatibility: ['2.0']
 variants:
   - maven: flink-connector-jdbc
     sql_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-jdbc-core/$full_version/flink-connector-jdbc-core-$full_version.jar

Reply via email to