ZENOTME commented on issue #596:
URL: https://github.com/apache/iceberg-rust/issues/596#issuecomment-2323395450

   > Exactly. Internally you want to stack the changes together. For example, 
within a single transaction, you add a new field and then write the data, then 
the latest schema should be taken into account. We do this in PyIceberg here: 
https://github.com/apache/iceberg-python/blob/03a0d65ac05d556d0815e61a016effc2b8993702/pyiceberg/table/__init__.py#L715
   
   We can implement the 
[update_table_metadata](https://github.com/apache/iceberg-python/blob/main/pyiceberg/table/__init__.py)
 based on https://github.com/apache/iceberg-rust/pull/587. cc @liurenjie1024 
@Xuanwo @Fokko @c-thiel 


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