ZENOTME opened a new issue, #596:
URL: https://github.com/apache/iceberg-rust/issues/596

   This will work for now but might get problematic later on. Just a heads up.
   
   An important concept for Iceberg is to stack snapshots in a single commit. 
For example, now with append being added in this PR, we can easily add support 
for truncate. This would be a delete operation where all the data is being 
dropped, and then just an append.
   
   _Originally posted by @Fokko in 
https://github.com/apache/iceberg-rust/pull/349#discussion_r1579449633_
   
   Transaction should be able reflect the update in time. According to 
pyiceberg, we can provide a apply interface to update the table metedata.
               


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