LuciferYang commented on code in PR #12525:
URL: https://github.com/apache/gluten/pull/12525#discussion_r3588562729
##########
tools/gluten-it/README.md:
##########
@@ -22,7 +22,7 @@ mvn clean package -P{Spark-Version}
sbin/gluten-it.sh
```
-Note: **Spark-Version** can only be **spark-3.2**, **spark-3.3**,
**spark-3.4** or **spark-3.5**.
+Note: **Spark-Version** can only be **spark-3.3**, **spark-3.4** or
**spark-3.5**.
Review Comment:
Updated the PR description to match the final scope: gluten-it/README.md
keeps spark-3.3 / spark-3.4 / spark-3.5 and explicitly does NOT advertise
spark-4.0 / spark-4.1 because sbin/gluten-it.sh currently hardcodes
SPARK_SCALA_VERSION=2.12 which conflicts with the Scala 2.13 required by the
Spark 4.x profiles. Making gluten-it work on Spark 4.x is a separate change out
of scope for this alignment PR. The description now records this decision
explicitly.
--
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]