yuqi1129 commented on code in PR #10317:
URL: https://github.com/apache/gravitino/pull/10317#discussion_r2908831274


##########
clients/client-python/gravitino/filesystem/gvfs_storage_handler.py:
##########
@@ -40,6 +41,14 @@
 from gravitino.exceptions.base import GravitinoRuntimeException
 from gravitino.filesystem.gvfs_config import GVFSConfig
 
+try:
+    from google.auth import _helpers

Review Comment:
   Using `google.auth._helpers` relies on a private module API. Could we switch 
this to a public API (e.g. `datetime.now(timezone.utc)` or another public 
helper) to avoid breakage on future google-auth upgrades?



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