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

:arrow_up: Upgrade Apache Ranger from 2.3.0 to 2.4.0 #4651

Closed yaooqinn closed 1 year ago

yaooqinn commented 1 year ago

Code of Conduct

Search before asking

Why do we need to upgrade this artifact?

Regular Updates

Artifact Name

https://mvnrepository.com/search?q=ranger-plugins-common

Target Version

2.4.0

Notable Changes

https://cwiki.apache.org/confluence/display/RANGER/Apache+Ranger+2.4.0+-+Release+Notes

Are you willing to submit PR?

bowenliang123 commented 1 year ago

Bumping Ranger to 2.4.0 solely fails 71 of all tests.

  org.apache.kyuubi.plugin.spark.authz.AccessControlException: Permission denied: user [bob] does not have [select] privilege on [default/src/key]

Please consider reopening #4585 to solve conflicts in overlapping IDs and resources in the policy file. All tests pass with new generated policy file in #4585 as it merges duplicate policies.

pan3793 commented 1 year ago

Closed via https://github.com/apache/kyuubi/pull/4675

bowenliang123 commented 1 year ago

Thanks for closing this issue for me.