apache/gravitino

[Improvement] Two classes of the same name

Open

#2,284 opened on Feb 21, 2024

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Java (887 forks)auto 404
good first issueimprovement

Repository metrics

Stars
 (3,058 stars)
PR merge metrics
 (PR metrics pending)

Description

What would you like to be improved?

We have two classes with the same name - this could be confusing: ./clients/client-java/src/main/java/com/datastrato/gravitino/client/FilesetCatalog.java ./api/src/main/java/com/datastrato/gravitino/file/FilesetCatalog.java

How should we improve?

Rename one or more of the classes.

Contributor guide