### _Why are the changes needed?_ to close #2890, and this issue is related to #2438 Get the db From Sparksession When TableIdentifier's Database Field Is Empty, but view's TableIdentifier would not. ### _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 #2900 from packyan/branch-fix-tableindent-without-db. Closes #2890 93bf96ad [packyan] reformat code. b672641c [Deng An] Update PrivilegesBuilder.scala ac41ed54 [Deng An] Update extensions/spark/kyuubi-spark-authz/src/main/scala/org/apache/kyuubi/plugin/spark/authz/PrivilegesBuilder.scala 1db6ef22 [Deng An] Update PrivilegesBuilder.scala 7e27549c [packyan] format code. b46f4be6 [packyan] format code style 6dcadcf9 [packyan] format import. c8992238 [packyan] view TableIdnet will not get db from sparksession. 241eebae [packyan] when TableIdentifier's database field is empty, try get the db from spark session. Lead-authored-by: packyan <packyande@gmail.com> Co-authored-by: Deng An <36296995+packyan@users.noreply.github.com> 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
- ...