This is an automated email from the ASF dual-hosted git repository.
fchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
from b99a21658 [KYUUBI #5455][AUTHZ] Support hudi
CompactionHoodiePathCommand & CompactionShowHoodiePathCommand
add cfd90e0e2 [KYUUBI #5529][AUTHZ] Support create table command for Delta
Lake
No new revisions were added by this update.
Summary of changes:
extensions/spark/kyuubi-spark-authz/pom.xml | 6 +
.../src/main/resources/table_command_spec.json | 15 +++
.../plugin/spark/authz/RangerTestResources.scala | 1 +
.../plugin/spark/authz/gen/DeltaCommands.scala} | 20 ++--
.../spark/authz/gen/JsonSpecFileGenerator.scala | 2 +-
.../DeltaCatalogRangerSparkExtensionSuite.scala | 127 +++++++++++++++++++++
6 files changed, 161 insertions(+), 10 deletions(-)
copy
extensions/{server/kyuubi-server-plugin/src/main/java/org/apache/kyuubi/plugin/GroupProvider.java
=>
spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/gen/DeltaCommands.scala}
(59%)
create mode 100644
extensions/spark/kyuubi-spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/ranger/DeltaCatalogRangerSparkExtensionSuite.scala