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/08/07 16:36:01 UTC

[GitHub] [incubator-iceberg] rdblue opened a new issue #360: Spec: Add column equality delete files

rdblue opened a new issue #360: Spec: Add column equality delete files
URL: https://github.com/apache/incubator-iceberg/issues/360
 
 
   One option for encoding row-level deletes is to track a tuple of values that indicate a row is deleted. The delete file will contain a subset of data columns and each row will be used to match data rows using equality.
   
   For example, a delete file may contain a single `2: id` column with 2 rows, `18` and `19`. This indicates the any row with ID 18 or 19 is deleted in all files to which the delete is applied (limited by [sequence number](https://github.com/apache/incubator-iceberg/issues/358) and partition scope).
   
   This format should be documented in the spec.

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