lsyulong commented on code in PR #5060:
URL: https://github.com/apache/gravitino/pull/5060#discussion_r1807152631
##########
clients/client-java/src/main/java/org/apache/gravitino/client/GravitinoClient.java:
##########
@@ -84,6 +84,24 @@ private GravitinoClient(
this.metalake = loadMetalake(metalakeName);
}
+ /**
+ * Constructs a new GravitinoClient with the given URI, authenticator and
AuthDataProvider.
+ *
+ * @param uri The base URI for the Gravitino API.
+ * @param authDataProvider The provider of the data which is used for
authentication.
+ * @param checkVersion Whether to check the version of the Gravitino server.
Gravitino does not
+ * support the case that the client-side version is higher than the
server-side version.
+ * @param headers The base header for Gravitino API.
+ * @throws NoSuchMetalakeException if the metalake with specified name does
not exist.
+ */
Review Comment:
Hello, I will close this PR first and make some modifications. Later, I will
open a new PR for further discussion
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]