This is an automated email from the ASF dual-hosted git repository.
yikaifei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new a4b6413c2 [KYUUBI #5224] Modify the README file of authz to make spark
3.4 the default version
a4b6413c2 is described below
commit a4b6413c2b77850baa393b469a0d2967d06c3797
Author: yikaifei <[email protected]>
AuthorDate: Thu Aug 31 18:44:22 2023 +0800
[KYUUBI #5224] Modify the README file of authz to make spark 3.4 the
default version
### _Why are the changes needed?_
This PR aims to modify the README file of authz to make spark 3.4 the
default version.
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [x] [Run
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
locally before make a pull request
### _Was this patch authored or co-authored using generative AI tooling?_
No
Closes #5224 from Yikf/authz-ci-across-spark.
Closes #5224
7e28f8619 [yikaifei] fix authz spark version and ci
Authored-by: yikaifei <[email protected]>
Signed-off-by: yikaifei <[email protected]>
---
extensions/spark/kyuubi-spark-authz/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extensions/spark/kyuubi-spark-authz/README.md
b/extensions/spark/kyuubi-spark-authz/README.md
index 617a40a16..8964fb7d1 100644
--- a/extensions/spark/kyuubi-spark-authz/README.md
+++ b/extensions/spark/kyuubi-spark-authz/README.md
@@ -34,8 +34,8 @@ build/mvn clean package -pl :kyuubi-spark-authz_2.12
-Dspark.version=3.2.1 -Dran
`-Dspark.version=`
- [x] master
-- [ ] 3.4.x
-- [x] 3.3.x (default)
+- [x] 3.4.x (default)
+- [x] 3.3.x
- [x] 3.2.x
- [x] 3.1.x
- [x] 3.0.x