rajarshisarkar opened a new pull request, #4701: URL: https://github.com/apache/iceberg/pull/4701
I noticed that `use-starting-sequence-number` option is missing while developing https://github.com/apache/iceberg/pull/4377 and https://github.com/apache/iceberg/pull/4579. Adding support for the same in this PR. When `use-starting-sequence-number` is enabled then compaction should use the sequence number of the snapshot at compaction start time for new data files, instead of using the sequence number of the newly produced snapshot. This avoids commit conflicts with updates that add newer equality deletes at a higher sequence number. --- cc: @RussellSpitzer @jackye1995 @szehon-ho -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
