zhztheplayer commented on code in PR #10430: URL: https://github.com/apache/incubator-gluten/pull/10430#discussion_r2273413206
########## docs/get-started/Velox.md: ########## @@ -7,18 +7,18 @@ parent: Getting-Started # Supported Version -| Type | Version | -|-------|------------------------------| -| Spark | 3.2.2, 3.3.1, 3.4.4, 3.5.2 | -| OS | Ubuntu20.04/22.04, Centos7/8 | -| jdk | openjdk8/jdk17 | -| scala | 2.12 | +| Type | Version | +|-------|-------------------------------------------------| +| Spark | 3.2.2, 3.3.1, 3.4.4, 3.5.2, 4.0.0(Experimental) | +| OS | Ubuntu20.04/22.04, Centos7/8 | +| jdk | openjdk8/jdk17 | +| scala | 2.12 | # Prerequisite Currently, with static build Gluten+Velox backend supports all the Linux OSes, but is only tested on **Ubuntu20.04/Ubuntu22.04/Centos7/Centos8**. With dynamic build, Gluten+Velox backend support **Ubuntu20.04/Ubuntu22.04/Centos7/Centos8** and their variants. -Currently, the officially supported Spark versions are 3.2.2, 3.3.1, 3.4.4 and 3.5.2. +Currently, the officially supported Spark versions are 3.2.2, 3.3.1, 3.4.4, 3.5.2 and 4.0.0(Experimental). Review Comment: Could it be better to have a basic TPC-H CI for 4.0.0 then do such statement? I assume H is passing based on description of Yuan's original [PR](https://github.com/apache/incubator-gluten/pull/9768). -- 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]
