kevinjqliu commented on issue #948: URL: https://github.com/apache/iceberg-python/issues/948#issuecomment-2241305096
Great catch! According to the spec, https://iceberg.apache.org/spec/#table-metadata-fields ``` last-updated-ms Timestamp in milliseconds from the unix epoch when the table was last updated. Each table metadata file should update this field just before writing. ``` All the catalog implementations should exhibit this behavior. As you mentioned, it should be updated for write operations, DDL, and DML operations. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org