liurenjie1024 commented on issue #1081:
URL: https://github.com/apache/iceberg-rust/issues/1081#issuecomment-2732417860

   > On conflict during snapshot creation this action can behave similarly to 
FastAppendAction.
   
   Sorry, I don't get this point. `FastAppendAction` will never conflict with 
other transactions. By conflict detection I mean ensuring snapshot isolation 
during concurrent write: 
https://iceberg.apache.org/docs/nightly/reliability/#concurrent-write-operations
   
   > My use-case is being able to write delete files and commit them into a new 
snapshot. Please let me know if there is any other better way for the same.
   
   Do you mean to write delete files only? I can understand such case, but we 
still need to do conflict detection for concurrent writes.


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