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

   @jasonf20, explicitly setting the sequence number isn't safe. Sequence 
numbers are assigned when the client attempts to commit and must be updated if 
the client has to retry. You could make this work by writing separate manifest 
files for each interim commit and reassigning the sequence numbers for those in 
order, but that seems time consuming and would require large changes to the 
snapshot producer base class. Maybe we should catch up sometime to talk through 
what you're trying to accomplish.


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