-
Notifications
You must be signed in to change notification settings - Fork 319
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] Group supports list operations #4873
Labels
Comments
Hi @jerqi From the code ( gravitino/server/src/main/java/org/apache/gravitino/server/web/rest/GroupOperations.java Line 49 in c7200c8
|
LiuQhahah
added a commit
to LiuQhahah/gravitino
that referenced
this issue
Sep 8, 2024
LiuQhahah
added a commit
to LiuQhahah/gravitino
that referenced
this issue
Sep 26, 2024
…nt-Group-supports-list-operations
LiuQhahah
added a commit
to LiuQhahah/gravitino
that referenced
this issue
Sep 26, 2024
LiuQhahah
added a commit
to LiuQhahah/gravitino
that referenced
this issue
Sep 26, 2024
…operations # Conflicts: # clients/client-java/src/test/java/org/apache/gravitino/client/TestUserGroup.java # core/src/main/java/org/apache/gravitino/authorization/UserGroupManager.java # core/src/main/java/org/apache/gravitino/storage/relational/JDBCBackend.java
LiuQhahah
added a commit
to LiuQhahah/gravitino
that referenced
this issue
Sep 26, 2024
LiuQhahah
added a commit
to LiuQhahah/gravitino
that referenced
this issue
Sep 26, 2024
…operations # Conflicts: # core/src/main/java/org/apache/gravitino/storage/relational/JDBCBackend.java
LiuQhahah
added a commit
to LiuQhahah/gravitino
that referenced
this issue
Sep 26, 2024
LiuQhahah
added a commit
to LiuQhahah/gravitino
that referenced
this issue
Sep 26, 2024
LiuQhahah
added a commit
to LiuQhahah/gravitino
that referenced
this issue
Sep 26, 2024
LiuQhahah
added a commit
to LiuQhahah/gravitino
that referenced
this issue
Sep 26, 2024
LiuQhahah
added a commit
to LiuQhahah/gravitino
that referenced
this issue
Sep 26, 2024
jerqi
added a commit
to LiuQhahah/gravitino
that referenced
this issue
Sep 27, 2024
…ment-Group-supports-list-operations
jerqi
added a commit
to qqqttt123/gravitino
that referenced
this issue
Sep 27, 2024
support list group support list group Fix: apache#4873 no UT --------- Co-authored-by: Rory <roryqi@apache.org>
jerryshao
pushed a commit
that referenced
this issue
Sep 27, 2024
### What changes were proposed in this pull request? Supports to list groups. ### Why are the changes needed? Fix: #4873 ### Does this PR introduce _any_ user-facing change? I will add the document later. ### How was this patch tested? UT. Co-authored-by: Qiang-Liu <liuqiang9596@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
What would you like to be improved?
We need to know all the group informations. We don't support to list groups operation.
How should we improve?
We need to know all the group informations. We don't support to list groups operation.
The text was updated successfully, but these errors were encountered: