Yohahaha commented on code in PR #5340:
URL: https://github.com/apache/incubator-gluten/pull/5340#discussion_r1560610470


##########
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.                            
                      | enabled       |
 | 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. | enabled       |
 | 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.                            
                      | enabled       |
+| spark-3.4           | Build Gluten for Spark 3.4.                            
                      | enabled       |
+| spark-3.5           | Build Gluten for Spark 3.5.                            
                      | enabled       |

Review Comment:
   these are disabled by default too.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to