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

martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b4e32e8634 [hotfix] Set available Flink Cassandra connector for 1.18 
to v3.1
0b4e32e8634 is described below

commit 0b4e32e86342a7b10d612157cefe1dc114801aa1
Author: Martijn Visser <mvis...@confluent.io>
AuthorDate: Mon Nov 20 10:41:36 2023 +0100

    [hotfix] Set available Flink Cassandra connector for 1.18 to v3.1
    
    There is no Flink 1.18+ compatible version for the Cassandra connector yet, 
but the v3.1 at least has the indicator that there's no version available so it 
will correctly display the results.
---
 docs/setup_docs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/setup_docs.sh b/docs/setup_docs.sh
index 11302bb489a..aaee09149bd 100755
--- a/docs/setup_docs.sh
+++ b/docs/setup_docs.sh
@@ -45,7 +45,7 @@ cd tmp
 
 integrate_connector_docs elasticsearch v3.0
 integrate_connector_docs aws v4.1
-integrate_connector_docs cassandra v3.0
+integrate_connector_docs cassandra v3.1
 integrate_connector_docs pulsar v4.0
 integrate_connector_docs jdbc v3.1
 integrate_connector_docs rabbitmq v3.0

Reply via email to