kyuubi/extensions
Bowen Liang 1a69772356 [KYUUBI #5268] [AUTHZ] [TEST] Extract method for enabling authorization in single call mode
### _Why are the changes needed?_

- improvements for testing by extracting method for enabling authorization in single call mode

### _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 #5268 from bowenliang123/authz-withsingle.

Closes #5268

fe6b9d501 [Bowen Liang] extract withSingleCallEnabled method

Authored-by: Bowen Liang <liangbowen@gf.com.cn>
Signed-off-by: Bowen Liang <liangbowen@gf.com.cn>
2023-09-11 15:16:19 +08:00
..
server/kyuubi-server-plugin Bump 1.9.0-SNAPSHOT 2023-09-04 14:23:12 +08:00
spark [KYUUBI #5268] [AUTHZ] [TEST] Extract method for enabling authorization in single call mode 2023-09-11 15:16:19 +08:00
README.md [KYUUBI #4312] [DOCS] Include **/README.md in markdown style check 2023-02-14 02:23:32 +08:00

For developers

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

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