### _Why are the changes needed?_ - introduce ResolvedIdentifierTableExtractor for extracting table from `org.apache.spark.sql.catalyst.analysis.ResolvedIdentifier` in Spark 3.4 - fixing ut failures w/ Spark 3.4 - ut CreateTable / CreateTableAsSelect / ReplaceTable / ReplaceTableAsSelect - ut "Extracting table info with ResolvedDbObjectNameTableExtractor" ### _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 #4869 from bowenliang123/resolved. Closes #4869 0bf65cd60 [liangbowen] introduce ResolvedIdentifierTableExtractor for spark 3.4 Authored-by: liangbowen <liangbowen@gf.com.cn> 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
- ...