soumya-ghosh opened a new pull request, #956:
URL: https://github.com/apache/iceberg-python/pull/956

   Fixes: https://github.com/apache/iceberg-python/issues/948
   
   Updates `last-updated-ms` for DDL operations like updating schema, 
properties, partition spec etc.
   In `update_table_metadata` if `last_updated_ms` is not updated after 
invoking `_apply_table_update`, then set it current timestamp in milliseconds.
   
   **Note**:
   This 
[line](https://github.com/apache/iceberg-python/blob/main/tests/table/test_init.py#L600)
 seems like a no-op, but with this change a new metadata file will be generated.
   Please suggest if there is better way to handle this.


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

Reply via email to