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 2019/10/08 15:46:22 UTC

[GitHub] [incubator-iceberg] rdblue commented on issue #358: Add sequence numbers to metadata

rdblue commented on issue #358: Add sequence numbers to metadata
URL: https://github.com/apache/incubator-iceberg/issues/358#issuecomment-539576746
 
 
   Yes, a delete should not be applied to a file with the same sequence number. An upsert would add a delete file and a data file with the same sequence number, one containing the row-level delete and one containing the upserted row content. Not applying deletes with the same sequence number ensures that the upsert doesn't delete itself.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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