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

yangzy 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 8abf48f43 [GLUTEN-5336][DOC] Update build parameters (#5340)
8abf48f43 is described below

commit 8abf48f43d4abca1fc2fb9199df9f3433c66aaaa
Author: guixiaowen <[email protected]>
AuthorDate: Thu Apr 11 22:49:16 2024 +0800

    [GLUTEN-5336][DOC] Update build parameters (#5340)
    
    
    
    Co-authored-by: guihuawen <[email protected]>
---
 docs/get-started/build-guide.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/docs/get-started/build-guide.md b/docs/get-started/build-guide.md
index 7505b5cb3..df78634c7 100644
--- a/docs/get-started/build-guide.md
+++ b/docs/get-started/build-guide.md
@@ -56,14 +56,15 @@ The below parameters can be set via `-P` for mvn.
 
 | Parameters          | Description                                            
                      | Default state |
 
|---------------------|------------------------------------------------------------------------------|---------------|
-| backends-velox      | Build Gluten Velox backend.                            
                      | disabled      |
+| backends-velox      | Build Gluten Velox backend.                            
                      | disabled       |
 | backends-clickhouse | Build Gluten ClickHouse backend.                       
                      | disabled      |
-| rss                 | Build Gluten with Remote Shuffle Service, only 
applicable for Velox backend. | disabled      |
+| rss                 | Build Gluten with Remote Shuffle Service, only 
applicable for Velox backend. | disabled       |
 | delta               | Build Gluten with Delta Lake support.                  
                      | disabled      |
 | iceberg             | Build Gluten with Iceberg support.                     
                      | disabled      |
 | spark-3.2           | Build Gluten for Spark 3.2.                            
                      | enabled       |
-| spark-3.3           | Build Gluten for Spark 3.3.                            
                      | disabled      |
-| spark-3.4           | Build Gluten for Spark 3.4.                            
                      | disabled      |
+| spark-3.3           | Build Gluten for Spark 3.3.                            
                      | disabled       |
+| spark-3.4           | Build Gluten for Spark 3.4.                            
                      | disabled       |
+| spark-3.5           | Build Gluten for Spark 3.5.                            
                      | disabled       |
 
 ## Gluten Jar for Deployment
 The gluten jar built out is under `GLUTEN_SRC/package/target/`.
@@ -74,3 +75,4 @@ It's name pattern is 
`gluten-<backend_type>-bundle-spark<spark.bundle.version>_<
 | 3.2.2         | 3.2                  | 2.12                 |
 | 3.3.1         | 3.3                  | 2.12                 |
 | 3.4.2         | 3.4                  | 2.12                 |
+| 3.5.1         | 3.5                  | 2.12                 |


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

Reply via email to