PHILO-HE commented on code in PR #11351: URL: https://github.com/apache/incubator-gluten/pull/11351#discussion_r2685029552
########## docs/get-started/build-guide.md: ########## @@ -58,18 +58,17 @@ The below parameters can be set via `-P` for mvn. | delta | Build Gluten with Delta Lake support. | disabled | | iceberg | Build Gluten with Iceberg support. | disabled | | hudi | Build Gluten with Hudi 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.5 | Build Gluten for Spark 3.5. | disabled | +| spark-3.2 | Build Gluten for Spark 3.2. | 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: Currently, spark-3.5 is enabled by default. So the others should be marked as disabled to indicate its default state. -- 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]
