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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9f961dd05 [KYUUBI #6191] Update docs to mention support of Flink 1.19
9f961dd05 is described below

commit 9f961dd05dd87c567a1e835c6d4a0ce543629423
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Mar 18 21:56:32 2024 +0800

    [KYUUBI #6191] Update docs to mention support of Flink 1.19
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    Kyuubi actually supports Flink 1.19 since 1.9.0, the docs are outdated.
    
    ## Describe Your Solution ๐Ÿ”ง
    
    Update docs
    
    ## Types of changes :bookmark:
    
    - [x] Bugfix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    Review
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [x] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6191 from pan3793/flink-1.19-docs.
    
    Closes #6191
    
    a5a0e4491 [Cheng Pan] Update docs to mention support of Flink 1.19
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 docs/quick_start/quick_start.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/quick_start/quick_start.rst b/docs/quick_start/quick_start.rst
index 905996f7b..edb801feb 100644
--- a/docs/quick_start/quick_start.rst
+++ b/docs/quick_start/quick_start.rst
@@ -44,7 +44,7 @@ pre-installed and the ``JAVA_HOME`` is correctly set to each 
component.
                    Engine lib                        - Kyuubi Engine
                    Beeline                           - Kyuubi Hive Beeline
   **Spark**        Engine       3.1 to 3.5           A Spark distribution
-  **Flink**        Engine       1.16/1.17/1.18       A Flink distribution
+  **Flink**        Engine       1.16 to 1.19         A Flink distribution
   **Trino**        Engine       N/A                  A Trino cluster allows to 
access via trino-client v411
   **Doris**        Engine       N/A                  A Doris cluster
   **Hive**         Engine       - 2.1-cdh6/2.3/3.1   - A Hive distribution

Reply via email to