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

felixybw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new e93596731 [VL] Doc update since Spark 3.5.1 has been fully supported 
(#6097)
e93596731 is described below

commit e93596731a25fbe01afab0e88ce79b40ce645cd5
Author: 高阳阳 <[email protected]>
AuthorDate: Tue Jun 18 08:42:22 2024 +0800

    [VL] Doc update since Spark 3.5.1 has been fully supported (#6097)
    
    with the support native row index scan is merged, Spark 3.5.1 has been 
fully supported
---
 docs/get-started/Velox.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/get-started/Velox.md b/docs/get-started/Velox.md
index 964744bd5..d65b94fc1 100644
--- a/docs/get-started/Velox.md
+++ b/docs/get-started/Velox.md
@@ -9,7 +9,7 @@ parent: Getting-Started
 
 | Type  | Version                         |
 |-------|---------------------------------|
-| Spark | 3.2.2, 3.3.1, 3.4.2, 3.5.1(wip) |
+| Spark | 3.2.2, 3.3.1, 3.4.2, 3.5.1      |
 | OS    | Ubuntu20.04/22.04, Centos7/8    |
 | jdk   | openjdk8/jdk17                  |
 | scala | 2.12                            |
@@ -19,7 +19,7 @@ parent: Getting-Started
 Currently, Gluten+Velox backend is only tested on 
**Ubuntu20.04/Ubuntu22.04/Centos7/Centos8**.
 Other kinds of OS support are still in progress. The long term goal is to 
support several common OS and conda env deployment.
 
-Gluten only fully tested in CI with 3.2.2, 3.3.1 and 3.4.2. We will add/update 
supported/tested versions according to the upstream changes.
+Gluten only fully tested in CI with 3.2.2, 3.3.1, 3.4.2 and 3.5.1. We will 
add/update supported/tested versions according to the upstream changes.
 
 We need to set up the `JAVA_HOME` env. Currently, Gluten supports **java 8** 
and **java 17**.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to