apache/gravitino

[Improvement] GravitinoClient needs metalake to obtain version

Open

#5,051 opened on Sep 30, 2024

View on GitHub
 (8 comments) (0 reactions) (1 assignee)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?

Currently the GravitinoClient requires a known metalake name if you want to get the server version number. This is an issue if no metalakes exist.

How should we improve?

You should be able to get the version number without knowing the name of any existing metalakes.

Contributor guide