geyanggang commented on code in PR #10317: URL: https://github.com/apache/gravitino/pull/10317#discussion_r2908874440
########## 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: Replaced `google.auth._helpers.utcnow()` with `datetime.now(timezone.utc)` to use public API only. This avoids potential 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]
