You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/04/17 12:26:22 UTC

[kyuubi] branch master updated: [KYUUBI #4387][DOCS][FOLLOWUP] Update Flink version requirements

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 8d0b3ff50 [KYUUBI #4387][DOCS][FOLLOWUP] Update Flink version requirements
8d0b3ff50 is described below

commit 8d0b3ff50cd8a59733731663741c8d59dc8ef3c6
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Mon Apr 17 20:26:12 2023 +0800

    [KYUUBI #4387][DOCS][FOLLOWUP] Update Flink version requirements
    
    ### _Why are the changes needed?_
    
    Update docs to mention that Kyuubi requires Flink 1.15+ now
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4721 from pan3793/doc.
    
    Closes #4387
    
    4fdd9082b [Cheng Pan] [KYUUBI #4387][DOCS][FOLLOUP] Update Flink version requirements
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 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 db564edb9..fb1b12c2d 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.0.0         A Spark distribution
-  **Flink**        Engine       >=1.14.0        A Flink distribution
+  **Flink**        Engine       >=1.15.0        A Flink distribution
   **Trino**        Engine       >=363           A Trino cluster
   **Doris**        Engine       N/A             A Doris cluster
   **Hive**         Engine       - 3.1.x         - A Hive distribution