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 023173155 [KYUUBI #6432] Mention support for Spark 4.0 in docs
023173155 is described below

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

    [KYUUBI #6432] Mention support for Spark 4.0 in docs
    
    # :mag: Description
    
    `master` and `branch-1.9` already added basic support for Spark 
4.0.0-preivew1.
    
    ## Types of changes :bookmark:
    
    - [ ] 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 #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]>
---
 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 0b954daec..57f63b9c7 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 Beeline
-  **Spark**        Engine       3.2 to 3.5           A Spark distribution
+  **Spark**        Engine       3.2 to 3.5, 4.0      A Spark distribution
   **Flink**        Engine       1.17 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