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

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


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new f6134a09e [KYUUBI #6432] Mention support for Spark 4.0 in docs
f6134a09e is described below

commit f6134a09e7feba096c9b4ba3547224f9d5dbf69f
Author: Cheng Pan <[email protected]>
AuthorDate: Thu May 30 12:25:01 2024 +0800

    [KYUUBI #6432] Mention support for Spark 4.0 in docs
    
    `master` and `branch-1.9` already added basic support for Spark 
4.0.0-preivew1.
    
    - [ ] 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)
    
    Review
    
    ---
    
    - [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 #6432 from pan3793/docs-4.0.
    
    Closes #6432
    
    73177aab3 [Cheng Pan] Mention support for Spark 4.0 in docs
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit 02317315553692f170683b37708d1229710f82fd)
    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 edb801feb..644857059 100644
--- a/docs/quick_start/quick_start.rst
+++ b/docs/quick_start/quick_start.rst
@@ -43,7 +43,7 @@ pre-installed and the ``JAVA_HOME`` is correctly set to each 
component.
   **Kyuubi**       Gateway      \ |release| \        - Kyuubi Server
                    Engine lib                        - Kyuubi Engine
                    Beeline                           - Kyuubi Hive Beeline
-  **Spark**        Engine       3.1 to 3.5           A Spark distribution
+  **Spark**        Engine       3.1 to 3.5, 4.0      A Spark 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

Reply via email to