### _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> |
||
|---|---|---|
| .. | ||
| server/kyuubi-server-plugin | ||
| spark | ||
| README.md | ||
For developers
This folder contains plugins/extension for kyuubi server and different engine types.
- ext
- kyuubi-server
- spark
- flink
- trino
- hive
- others
- ...