kyuubi/extensions
packyan 71bc0dc1b4
[KYUUBI #2436] Add AlterTableRecoverPartitionsCommand for Spark Sql Authz PrivilegesBuilder
### _Why are the changes needed?_

To close #2436

### _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 #2437 from packyan/bugfix-msck-command-in-spark-2.4.

Closes #2436

272eb45d [packyan] style fix.
3f2ddd61 [Deng An] add a
2da2c833 [packyan] AlterTableRecoverPartitionsCommand should produce a privilegesObject with OTHER actionType and it's AccessType should be ALTER.
62bc075a [packyan] add AlterTableRecoverPartitionsCommand case for spark 3.1 or below.
b41aee48 [packyan] fix AlterTableRecoverPartitionsCommand

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-04-22 21:47:11 +08:00
..
server/kyuubi-server-plugin [KYUUBI #2292][FOLLOWUP] Unify kyuubi server plugin location 2022-04-11 19:04:41 +08:00
spark [KYUUBI #2436] Add AlterTableRecoverPartitionsCommand for Spark Sql Authz PrivilegesBuilder 2022-04-22 21:47:11 +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
    • ...