Open justinmclean opened 1 month ago
Hello, I would like to give it a try. Can this task be assigned to me
Where should I have made the modifications? Can you provide me with assistance
You want to take a look at GravitinoClient.java / GravitinoClientBase.java and the serverVersion() method. serverVersion() doesn't require a metalake, but the GravitinoClient build method checks that the metalake is not null or empty. The GravitinoClient constructor also calls loadMetalake.
You want to take a look at GravitinoClient.java / GravitinoClientBase.java and the serverVersion() method. serverVersion() doesn't require a metalake, but the GravitinoClient build method checks that the metalake is not null or empty. The GravitinoClient constructor also calls loadMetalake.
Hello, I have made some modifications based on your prompt. Do you have any questions? Feel free to communicate with me anytime
Hey, was that possible that I can work with this task together?
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.