bharos commented on issue #12343:
URL: https://github.com/apache/iceberg/issues/12343#issuecomment-2686474412

   - Can we limit number based on number of data file removal ?
   In this case, I'm wondering what will be the outcome of the API call? Won't 
it can cause partial deletes if we do something like this.
   
   This should depend on the [table 
config](https://iceberg.apache.org/docs/latest/configuration/#write-properties)
   > write.delete.mode | copy-on-write | Mode used for delete commands: 
copy-on-write or merge-on-read (v2 only)
   If it's copy-on-write, it will rewrite the datafiles, for merge-on-read the 
changes are written to a new file.
   
   My understanding is that delete API will not remove the actual files from 
object storage until table maintenance operations are invoked


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