FANNG1 commented on code in PR #9763:
URL: https://github.com/apache/gravitino/pull/9763#discussion_r2715673478


##########
clients/client-python/gravitino/client/gravitino_client_base.py:
##########
@@ -71,9 +73,13 @@ def __init__(
             request_headers=new_headers,
             client_config=client_config,
         )
-        if check_version:
+        if check_version and not self._is_version_check_disabled_by_env():

Review Comment:
   it requires the client side to invode disable check version method explictly



-- 
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]

Reply via email to