kyuubi/extensions
Bowen Liang 9e0af1423b
[KYUUBI #3411] Skip create privilege checking for output table of cache table sql
### _Why are the changes needed?_

close #3411.

skip checking create privilege for output table of cache table sql

### _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

- [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3416 from bowenliang123/3411-authz-cache-table.

Closes #3411

95f08fbb [Bowen Liang] revert to default config value in previous ut
685e1f45 [Bowen Liang] style
70cd7a74 [Bowen Liang] update test 'CacheTableAsSelect'
19f09489 [Bowen Liang] nit
389e1ef7 [Bowen Liang] skip checking create privilege for output table of cache sql

Authored-by: Bowen Liang <liangbowen@gf.com.cn>
Signed-off-by: Kent Yao <yao@apache.org>
2022-09-06 16:21:07 +08:00
..
server/kyuubi-server-plugin [KYUUBI #3264] [RELEASE] Bump 1.7.0-SNAPSHOT 2022-08-18 11:23:54 +08:00
spark [KYUUBI #3411] Skip create privilege checking for output table of cache table sql 2022-09-06 16:21:07 +08:00
README.md

For developers

This folder contains plugins/extension for kyuubi server and different engine types.

  • ext
    • kyuubi-server
    • spark
    • flink
    • trino
    • hive
    • others
    • ...