kyuubi/extensions
packyan 062d8746ae
[KYUUBI #2890] Get the db From Sparksession When TableIdentifier's Database Field Is Empty
### _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>
2022-06-21 10:02:08 +08:00
..
server/kyuubi-server-plugin [KYUUBI #2292][FOLLOWUP] Unify kyuubi server plugin location 2022-04-11 19:04:41 +08:00
spark [KYUUBI #2890] Get the db From Sparksession When TableIdentifier's Database Field Is Empty 2022-06-21 10:02:08 +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
    • ...