-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(authorization-ranger):the descr field of ranger table x_group is not null #4975
Conversation
hi @yangyuxia Thank you for your report on this issue. But Gravitino has integration test the here: https://github.com/apache/gravitino/blob/main/authorizations/authorization-ranger/src/test/java/org/apache/gravitino/authorization/ranger/integration/test/RangerHiveIT.java#L715 and I execute this IT, doesn't found any probleam Please tell me, what version Apache Ranger are you using? |
I test with ranger 2.1.0,found error: |
@xunliu can you please review this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yangyuxia Thank you fixed this issue.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please execute ./gradlew :authorizations:authorization-ranger:spotlessApply
to fix CI failed.
@yangyuxia would you please fix the conflicts here, we will merge it to 0.6.1 release. |
fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…not null (#4975) ### What changes were proposed in this pull request? When calling the ranger CREATE_GROUP api, the desc field cannot be null ### Why are the changes needed? When calling the ranger CREATE_GROUP api, ranger response is error. ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? yes, by hand. --------- Co-authored-by: yangyx <[email protected]>
What changes were proposed in this pull request?
When calling the ranger CREATE_GROUP api, the desc field cannot be null
Why are the changes needed?
When calling the ranger CREATE_GROUP api, ranger response is error.
Does this PR introduce any user-facing change?
How was this patch tested?
yes, by hand.