diqiu50 commented on code in PR #9763:
URL: https://github.com/apache/gravitino/pull/9763#discussion_r2726487832
##########
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:
I think using fewer conditional variables to control this would be better,
but your approach also works.
--
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]