apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
1.09k stars 343 forks source link

[Improvement] Group supports list operations #4873

Closed jerqi closed 1 month ago

jerqi commented 2 months ago

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.

LiuQhahah commented 2 months ago

Hi @jerqi

From the code (https://github.com/apache/gravitino/blob/c7200c89a04ed8dab6f3bfe4d2f209220dd5415d/server/src/main/java/org/apache/gravitino/server/web/rest/GroupOperations.java#L49), we can find that the level is metalake, so I want to know whether the all of " all the group information" means the metalake level instead of the root level?