### _Why are the changes needed?_ extract catalog for ResolvedTable and DataSourceV2Relation in tableExtractors ### _How was this patch tested?_ - [x] 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 #3989 from bowenliang123/catalog-v2table. Closes #3989 88392051c [liangbowen] update e32dbd54a [liangbowen] revert catalogExtractor and remove spark session for input 0e36e2fb3 [liangbowen] style 90a671640 [liangbowen] remove CurrentCatalogExtractor 77e0f864a [liangbowen] add package name in comments for extractor 5c2642b38 [liangbowen] update CurrentCatalogExtractor 8bdb7d767 [liangbowen] fix ut error and cancel fetching catalog inside IdentifierTableExtractor 6be3496f3 [liangbowen] check catalog for TableIdentifierTableExtractor with DescribeColumnCommand 5ee473de3 [liangbowen] fill catalog in IdentifierTableExtractor/CatalogTableTableExtractor/TableIdentifierTableExtractor 802ea065d [liangbowen] 1. fill catalog for table with current catalog name if None catalog return after catalogdesc extracted 2. implement CurrentCatalogExtractor 273875ae1 [liangbowen] use CatalogPluginCatalogExtractor in ResolvedDbObjectNameTableExtractor 0368ac513 [liangbowen] remove unnecessary seq in ut 0b0ca7802 [liangbowen] revert relevant changes in ResolvedDbObjectNameTableExtractor 7ebcc92f0 [liangbowen] revert relevant changes in ResolvedDbObjectNameTableExtractor bd13a1ef8 [liangbowen] lint 551153d0d [liangbowen] add ut for DataSourceV2RelationTableExtractor e13987f86 [liangbowen] extract catalog for DataSourceV2Relation cdbc705d8 [liangbowen] add ut for ResolvedTableTableExtractor 85f26947a [liangbowen] extract catalog for ResolvedTable Authored-by: liangbowen <liangbowen@gf.com.cn> Signed-off-by: Kent Yao <yao@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
- ...