yuqi1129 commented on code in PR #5209: URL: https://github.com/apache/gravitino/pull/5209#discussion_r1812517542
########## clients/client-python/gravitino/filesystem/gvfs.py: ########## @@ -590,7 +606,8 @@ def _convert_actual_info( "name": path, "size": entry["size"], "type": entry["type"], - "mtime": entry["mtime"], + # Some file systems may not support the `mtime` field. Review Comment: Okay -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org