pan3793 commented on code in PR #6728: URL: https://github.com/apache/kyuubi/pull/6728#discussion_r1800811280
########## docs/security/authorization/spark/build.md: ########## @@ -53,14 +53,16 @@ Sometimes, it may be incompatible with other Spark distributions, then you may n For example, ```shell -build/mvn clean package -pl :kyuubi-spark-authz_2.12 -DskipTests -Dspark.version=3.0.2 +build/mvn clean package -pl :kyuubi-spark-authz_2.12 -am -DskipTests -Pspark-3.2 -Dspark.version=3.2.1 ``` The available `spark.version`s are shown in the following table. | Spark Version | Supported | Remark | |:-----------------:|:---------:|:----------------------------------------------------------------------------------------------------------------------:| | master | √ | - | +| 3.5.x | √ | - | +| 3.4.x | √ | - | | 3.3.x | √ | - | | 3.2.x | √ | - | | 3.1.x | √ | - | Review Comment: I think we also removed support for 3.1 and maybe 3.2 -- 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: notifications-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org