rdblue opened a new issue #358: Add sequence numbers to metadata
URL: https://github.com/apache/incubator-iceberg/issues/358
 
 
   Row-level deletes require a way to determine whether a given delete file 
applies to a data file.
   
   The scope of a delete file will be limited in 2 ways: by time and by 
partition. Sequence numbers will be used to implement the first. All data and 
delete files will be added with a sequence number and deletes apply to any data 
file with a sequence number less than or equal to the delete's sequence number.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to