mchades commented on code in PR #9763:
URL: https://github.com/apache/gravitino/pull/9763#discussion_r2715086389
##########
clients/client-java/src/main/java/org/apache/gravitino/client/GravitinoClientBase.java:
##########
@@ -49,6 +49,8 @@ public abstract class GravitinoClientBase implements
Closeable {
/** The REST client to communicate with the REST server */
protected final RESTClient restClient;
+ /** Environment variable to disable version checks. */
+ private static final String VERSION_CHECK_DISABLED_ENV =
"GRAVITINO_VERSION_CHECK_DISABLED";
Review Comment:
Should you update the user doc for this?
--
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]