kyuubi/extensions
Cheng Pan 7720c9f6e2
[KYUUBI #3192] Refactor TPCDSConf
### _Why are the changes needed?_

This PR

1. centralize all configurations of Kyuubi Spark TPC-DS connector into `object TPCDSConf`
2. rename `TPCDSBatchScanConf` to `TPCDSReadConf`
3. add prefix `spark.connector.tpcds` for corresponding table properties (since we don't support `CREATE TABLE ... TBLPROPERTIES` and `ALTER TABLE ... SET TBLPROPERTIES`, the change affects nothing)

### _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.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3192 from pan3793/tpcds-conf.

Closes #3192

70de44d4 [Cheng Pan] fix ut
2e59d932 [Cheng Pan] sytle
0eaf97bd [Cheng Pan] Refactor TPCDSConf
16ab878e [Cheng Pan] Refactor TPCDSConf

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2022-08-09 13:38:20 +08:00
..
server/kyuubi-server-plugin [KYUUBI #2292][FOLLOWUP] Unify kyuubi server plugin location 2022-04-11 19:04:41 +08:00
spark [KYUUBI #3192] Refactor TPCDSConf 2022-08-09 13:38:20 +08:00
README.md [KYUUBI #2292] Unify kyuubi server plugin location 2022-04-08 10:16:11 +08:00

For developers

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

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