-
Notifications
You must be signed in to change notification settings - Fork 409
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
[#2705] feat(core): Add the relational backend for User Entity #2850
Conversation
@qqqttt123 @yuqi1129 please help review it |
@qqqttt123 |
@qqqttt123 Could you help to review this |
core/src/main/java/com/datastrato/gravitino/proto/UserEntitySerDe.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/datastrato/gravitino/storage/relational/po/UserRoleRelPO.java
Outdated
Show resolved
Hide resolved
core/src/test/java/com/datastrato/gravitino/storage/TestEntityStorage.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/datastrato/gravitino/authorization/AuthorizationUtils.java
Outdated
Show resolved
Hide resolved
There are several points to modify. |
2. update all the modified entities.
core/src/main/java/com/datastrato/gravitino/storage/relational/service/UserMetaService.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/datastrato/gravitino/storage/relational/service/UserMetaService.java
Outdated
Show resolved
Hide resolved
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.
@lw-yang Merged to the master. Thanks. |
### What changes were proposed in this pull request? add relational backend for Group Entity [note]: wait for #2850 merged first ### Why are the changes needed? Fix: #2851 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? ut --------- Co-authored-by: yangliwei <[email protected]>
…pache#2850) ### What changes were proposed in this pull request? add relational backend for User Entity ### Why are the changes needed? Fix: apache#2705 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? ut --------- Co-authored-by: yangliwei <[email protected]>
…ache#3031) ### What changes were proposed in this pull request? add relational backend for Group Entity [note]: wait for apache#2850 merged first ### Why are the changes needed? Fix: apache#2851 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? ut --------- Co-authored-by: yangliwei <[email protected]>
What changes were proposed in this pull request?
add relational backend for User Entity
Why are the changes needed?
Fix: #2705
Does this PR introduce any user-facing change?
N/A
How was this patch tested?
ut