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

   > But this should not be included in fast append action since deletion 
typically requires conflict detection.
   
   @liurenjie1024 What do you think about a transaction action for _only_ 
delete files, perhaps `RowDeleteAction` just like `FastAppendAction`? 
`RowDeleteAction` can take `DataContentType::EqualityDeletes` files and commit 
them into a new snapshot. On conflict during snapshot creation this action can 
behave similarly to `FastAppendAction`.
   
   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.
   
   


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