### _Why are the changes needed?_ During a describe table call, if the table it's a v2 table, it's a DescribeRelation a not a DescribeTableCommand. So DescribeRelation should have same authorization than DescribeTableCommand. Fix https://github.com/apache/kyuubi/issues/4255 ### _How was this patch tested?_ - [x] 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 #4257 from tprelle/fixDescribeRelationAuthz. Closes #4255 3ffdbc9d [Thomas Prelle] [AUTHZ] Add authz for describe relation Authored-by: Thomas Prelle <thomas.prelle@ubisoft.com> Signed-off-by: liangbowen <liangbowen@gf.com.cn> |
||
|---|---|---|
| .. | ||
| server/kyuubi-server-plugin | ||
| spark | ||
| README.md | ||
For developers
This folder contains plugins/extension for kyuubi server and different engine types.
- ext
- kyuubi-server
- spark
- flink
- trino
- hive
- others
- ...