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

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


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

commit 2e86568b4395ba188f34082891cd767d31979d4b
Author: Martijn Visser <mvis...@confluent.io>
AuthorDate: Mon Nov 20 10:40:14 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