You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/01/04 09:39:35 UTC

[GitHub] [iceberg] xloya opened a new pull request #3841: [Core][Rewrite]Fix merge manifests lost sequence number for added files when rewrite using staring sequnce number

xloya opened a new pull request #3841:
URL: https://github.com/apache/iceberg/pull/3841


   We use the starting-sequence-number configuration when rewriting, then the data written in this rewrite will set the `status` to `ADDED` in the manifest entry, and set the `sequence_number` to the sequence number of the snapshot read before the rewrite. If this rewrite also triggers the manifest merge at the end, the sequence number of the new added data file's manifest entry will be lost. 
   
   For example: after an overwrite, a new data file data file 1 is added


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] xloya closed pull request #3841: [Core][Rewrite]Fix merge manifests lost sequence number for added files when rewrite using staring sequnce number

Posted by GitBox <gi...@apache.org>.
xloya closed pull request #3841:
URL: https://github.com/apache/iceberg/pull/3841


   


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org