### _Why are the changes needed?_ Add serde layer for queries, which extracts table information from a scan relation, such as HiveTableRelation, logical relation, etc. ### _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 - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4044 from yaooqinn/scan. Closes #4044 d2d830c50 [Kent Yao] addr comments 3cac8dd54 [Kent Yao] [Authz] Serde for queries fd5425679 [Kent Yao] [Authz] Serde for queries d42778999 [Kent Yao] Merge branch 'master' of github.com:apache/incubator-kyuubi into scan2 e19282e1f [Kent Yao] [Authz] Serde for queries 50ee2335d [Kent Yao] [Authz] Serde for queries 78ce87855 [Kent Yao] [Authz] Serde for queries Authored-by: Kent Yao <yao@apache.org> 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
- ...