kyuubi/extensions
Angerszhuuuu f4f54666de
[KYUUBI #5446][AUTHZ] Support Create/Drop/Show/Reresh index command for Hudi
### _Why are the changes needed?_
To close #5446. Kyuubi authz support Create/Drop/Show/Reresh index based command

IndexBasedCommand SQL grammer is in https://github.com/apache/hudi/blob/master/hudi-spark-datasource/hudi-spark/src/main/antlr4/org/apache/hudi/spark/sql/parser/HoodieSqlCommon.g4

Below command under https://github.com/apache/hudi/blob/master/hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/IndexCommands.scala

- CreateIndexCommand
- DropIndexCommand
- RefreshIndexCommand
- ShowIndexesCommand

### _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.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request

### _Was this patch authored or co-authored using generative AI tooling?_
No

Closes #5448 from AngersZhuuuu/KYUUBI-5446.

Closes #5446

1be056127 [Angerszhuuuu] Update ObjectType.scala
c4ae073f0 [Angerszhuuuu] follow comment
ed1544e62 [Angerszhuuuu] Update
214bb86b2 [Angerszhuuuu] Update OperationType.scala
97cb0f860 [Angerszhuuuu] Update PrivilegeObject.scala
bc65abdbe [Angerszhuuuu] update
0e6f6dffe [Angerszhuuuu] Update
4019f45e4 [Angerszhuuuu] update
dc9188ded [Angerszhuuuu] update
f9a398c14 [Angerszhuuuu] Merge branch 'master' into KYUUBI-5446
52f67e942 [Angerszhuuuu] update
bed945e91 [Angerszhuuuu] Merge branch 'master' into KYUUBI-5446
f174ef269 [Angerszhuuuu] Update table_command_spec.json
476453168 [Angerszhuuuu] Merge branch 'master' into KYUUBI-5446
a78425b46 [Angerszhuuuu] Update HudiCommands.scala
81881db6f [Angerszhuuuu] Update HudiCommands.scala
544a4433c [Angerszhuuuu] Update HudiCommands.scala
aed91cd78 [Angerszhuuuu] Merge branch 'master' into KYUUBI-5446
9632886d1 [Angerszhuuuu] Update HudiCatalogRangerSparkExtensionSuite.scala
c404fd780 [Angerszhuuuu] Update HudiCatalogRangerSparkExtensionSuite.scala
e70c8f1e3 [Angerszhuuuu] Update HudiCatalogRangerSparkExtensionSuite.scala
fefb021a1 [Angerszhuuuu] Update table_command_spec.json
ab8b96dfd [Angerszhuuuu] Merge branch 'master' into KYUUBI-5446
fcb3d45a0 [Angerszhuuuu] Update HudiCatalogRangerSparkExtensionSuite.scala
b1657d931 [Angerszhuuuu] follow comment
0222e0238 [Angerszhuuuu] [KYUUBI-5446][AUTHZ] Support Create/Drop/Show/Reresh index command

Authored-by: Angerszhuuuu <angers.zhu@gmail.com>
Signed-off-by: Kent Yao <yao@apache.org>
2023-10-25 13:33:53 +08:00
..
server/kyuubi-server-plugin Bump 1.9.0-SNAPSHOT 2023-09-04 14:23:12 +08:00
spark [KYUUBI #5446][AUTHZ] Support Create/Drop/Show/Reresh index command for Hudi 2023-10-25 13:33:53 +08:00
README.md [KYUUBI #4312] [DOCS] Include **/README.md in markdown style check 2023-02-14 02:23:32 +08:00

For developers

This folder contains plugins/extension for kyuubi server and different engine types.

  • ext
    • kyuubi-server
    • spark
    • flink
    • trino
    • hive
    • others
    • ...