jasonf20 commented on PR #9323:
URL: https://github.com/apache/iceberg/pull/9323#issuecomment-1863068142

   @rdblue Correct, we need multiple sequence (new) sequence numbers since each 
batch has deletes that need to apply to prior batches, but not newer batches. 
   Committing more than once works, it is just very slow and produces many 
manifest files wastefully.   
   
   RewriteFiles partially supports setting the sequence numbers manually, but 
in our case, we are not rewriting a known sequence number, so we can't set it 
explicitly while adding files, instead, they need to be determined during 
`apply`. 


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