kyuubi/extensions
Yikf 3b73e1d64a
[KYUUBI #4391] Improve code for hive-connector FileWriterFactory
### _Why are the changes needed?_

This pr aims to improve code for hive-connector FileWriterFactory, the main goal is to reduce duplicate copies of spark code.

### _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 #4391 from Yikf/improve-code.

Closes #4391

7991f145 [Yikf] improve code for hive-connector FileWriterFactory

Authored-by: Yikf <yikaifei@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2023-02-21 17:24:53 +08:00
..
server/kyuubi-server-plugin Bump 1.8.0-SNAPSHOT 2023-02-10 15:25:49 +08:00
spark [KYUUBI #4391] Improve code for hive-connector FileWriterFactory 2023-02-21 17:24:53 +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
    • ...