liurenjie1024 commented on PR #798:
URL: https://github.com/apache/iceberg-rust/pull/798#issuecomment-2558786292

   > Is it possible to have action like combing fast append and append delete 
file and data file? In fact, I try this in practice and it can be read by 
spark. And for this action, I think we don't need the ManifestMergerManager.
   
   The reason we can have a fast append action in iceberg is that append only 
data file always have no conflict with other actions. Remember that iceberg 
supports concurrent write, so for update/deletion actions, we need to detect 
conflction. It works in simple case doesn't mean it's right.


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