kyuubi/extensions
liangbowen d8d42119ff
[KYUUBI #4112] [Authz] Check privilege for output table of InsertIntoHadoopFsRelationCommand
### _Why are the changes needed?_

close issue #4122 .

### _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 #4125 from bowenliang123/4112-InsertIntoHadoopFsRelationCommand.

Closes #4112

f23b6c309 [liangbowen] import
98015cc3e [liangbowen] fix SaveMode matching
01ba3531d [liangbowen] import SaveMode as it is marked as stable api of Spark
688cfbfa4 [liangbowen] add method comment for  SaveModeActionTypeExtractor
1654b3637 [liangbowen] implement SaveModeActionTypeExtractor
87e1afe9e [liangbowen] reorder queryDesc
d68e8e288 [liangbowen] revert RangerSparkExtensionSuite
4f807fde5 [liangbowen] add output assertion in ut for InsertIntoHadoopFsRelationCommand
1ccbdcc65 [liangbowen] add output table checks for `org.apache.spark.sql.execution.datasources.InsertIntoHadoopFsRelationCommand`

Authored-by: liangbowen <liangbowen@gf.com.cn>
Signed-off-by: Kent Yao <yao@apache.org>
2023-01-09 13:45:45 +08:00
..
server/kyuubi-server-plugin [KYUUBI #3897] Supplying pluggable GroupProvider 2022-12-05 19:30:33 +08:00
spark [KYUUBI #4112] [Authz] Check privilege for output table of InsertIntoHadoopFsRelationCommand 2023-01-09 13:45:45 +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
    • ...