diff --git a/docs/get-started/build-guide.md b/docs/get-started/build-guide.md index 7505b5cb3026..df78634c72ad 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--bundle-spark_< | 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 |