kyuubi/extensions
liangbowen f1815bebbe
[KYUUBI #3984] Add CatalogDesc implementation and Extracting support for CatalogPlugin&ResolvedDbObjectName
### _Why are the changes needed?_

This PR is part of work form  #3606 by bowenliang123, with UTs added

### _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

- [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3984 from yaooqinn/bw.

Closes #3984

db1e27291 [Kent Yao] style
8563f3ce3 [liangbowen]  Please enter the commit message for your changes. Lines starting
808131d52 [liangbowen] CatalogDesc

Lead-authored-by: liangbowen <liangbowen@gf.com.cn>
Co-authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Kent Yao <yao@apache.org>
2022-12-15 17:05:22 +08:00
..
server/kyuubi-server-plugin [KYUUBI #3897] Supplying pluggable GroupProvider 2022-12-05 19:30:33 +08:00
spark [KYUUBI #3984] Add CatalogDesc implementation and Extracting support for CatalogPlugin&ResolvedDbObjectName 2022-12-15 17:05:22 +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
    • ...