apache / kyuubi

Apache Kyuubi is a distributed and multi-tenant gateway to provide serverless SQL on data warehouses and lakehouses.
https://kyuubi.apache.org/
Apache License 2.0
2.09k stars 913 forks source link

[Bug] Are AUTHZ + HUDI permissions the same as hive permissions? #5651

Open waynecookie opened 11 months ago

waynecookie commented 11 months ago

Code of Conduct

Search before asking

Describe the bug

Are AUTHZ + HUDI permissions the same as hive permissions? https://cwiki.apache.org/confluence/display/RANGER/Hive+Commands+to+Ranger+Permission+Mapping The following issues are found when using AUTHZ 1, SHOW COLUMNS: 'select', 'update', 'create', 'drop', 'alter' can list columns 2, DELETE: there is 'update' permission can not update, use 'select'

  1. UPDATE: Use 'select'

Affects Version(s)

master

Kyuubi Server Log Output

No response

Kyuubi Engine Log Output

No response

Kyuubi Server Configurations

No response

Kyuubi Engine Configurations

No response

Additional context

No response

Are you willing to submit PR?

github-actions[bot] commented 11 months ago

Hello @waynecookie, Thanks for finding the time to report the issue! We really appreciate the community's efforts to improve Apache Kyuubi.

pan3793 commented 11 months ago

Hudi support is tracked via https://github.com/apache/kyuubi/issues/5285, it's under rapid development, please try the master branch and report the specific issues you encountered (a minimum reproducible case could significantly speed up the development)

waynecookie commented 11 months ago

image

这是对hudi表的测试

AngersZhuuuu commented 11 months ago

image

这是对hudi表的测试

No hudi also behavior the same?