-
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
[Improvement] Lazily load the users/groups/roles #4608
Labels
Comments
jerqi
added a commit
to qqqttt123/gravitino
that referenced
this issue
Aug 26, 2024
jerqi
added a commit
to qqqttt123/gravitino
that referenced
this issue
Aug 26, 2024
jerqi
added a commit
to qqqttt123/gravitino
that referenced
this issue
Aug 26, 2024
github-actions bot
pushed a commit
that referenced
this issue
Sep 6, 2024
### What changes were proposed in this pull request? Supports to load fields lazily. ### Why are the changes needed? Fix: #4608 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Add new uts and pass the existing uts
jerryshao
added a commit
that referenced
this issue
Sep 8, 2024
### What changes were proposed in this pull request? Supports to load fields lazily. ### Why are the changes needed? Fix: #4608 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Add new uts and pass the existing uts Co-authored-by: roryqi <[email protected]> Co-authored-by: Jerry Shao <[email protected]>
jerryshao
pushed a commit
that referenced
this issue
Sep 18, 2024
jerryshao
pushed a commit
that referenced
this issue
Sep 18, 2024
Reverts #4690 Co-authored-by: roryqi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be improved?
For user/group/role entities, they contain some relational data. Some times these data won't be used. We should make these data lazily loaded.
How should we improve?
For user/group/role entities, they contain some relational data. Some times these data won't be used. We should make these data lazily loaded.
The text was updated successfully, but these errors were encountered: