### _Why are the changes needed?_ - Include `**/README.md` markdown files in spotless style check ### _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/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4312 from bowenliang123/reformat-readme. Closes #4312 1fda1bdeb [Bowen Liang] Merge branch 'master' into reformat-readme 2ca8b4c81 [liangbowen] merge master 876f52a4c [liangbowen] include `**/README.md` in spotless style check Lead-authored-by: liangbowen <liangbowen@gf.com.cn> Co-authored-by: Bowen Liang <bowenliang@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
1.4 KiB
1.4 KiB
Kyuubi Spark AuthZ Extension
Functions
- Column-level fine-grained authorization
- Row-level fine-grained authorization, a.k.a. Row-level filtering
- Data masking
Build
build/mvn clean package -pl :kyuubi-spark-authz_2.12 -Dspark.version=3.2.1 -Dranger.version=2.3.0
Supported Apache Spark Versions
-Dspark.version=
- master
- 3.3.x (default)
- 3.2.x
- 3.1.x
- 3.0.x
- 2.4.x and earlier
Supported Apache Ranger Versions
-Dranger.version=
- 2.3.x (default)
- 2.2.x
- 2.1.x
- 2.0.x
- 1.2.x
- 1.1.x
- 1.0.x
- 0.7.x
- 0.6.x