kyuubi/extensions
yikf 02828345ea
[KYUUBI #3303] Make a helper method for try-finally block in RangerSparkExtensionSuite to code simplification
### _Why are the changes needed?_

Fix https://github.com/apache/incubator-kyuubi/pull/3283#discussion_r950108009

This pr aims to make a helper method for try-finally block to code simplification

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

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

Closes #3303 from yikf/refactor-try-finally.

Closes #3303

7273a95a [yikf] [MINOR] Refactor `RangerSparkExtensionSuite` to simple try-finally

Authored-by: yikf <yikaifei1@gmail.com>
Signed-off-by: Kent Yao <yao@apache.org>
2022-08-23 17:01:34 +08:00
..
server/kyuubi-server-plugin [KYUUBI #3264] [RELEASE] Bump 1.7.0-SNAPSHOT 2022-08-18 11:23:54 +08:00
spark [KYUUBI #3303] Make a helper method for try-finally block in RangerSparkExtensionSuite to code simplification 2022-08-23 17:01:34 +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
    • ...