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 2020/04/22 17:07:10 UTC

[GitHub] [incubator-iceberg] rdblue commented on a change in pull request #947: Spec: Add equality delete files

rdblue commented on a change in pull request #947:
URL: https://github.com/apache/incubator-iceberg/pull/947#discussion_r413160433



##########
File path: site/docs/spec.md
##########
@@ -433,8 +433,17 @@ The rows in the delete file must be sorted by `file_path` then `position` to opt
 *  Sorting by `file_path` allows filter pushdown by file in columnar storage formats.
 *  Sorting by `position` allows filtering rows while scanning, to avoid keeping deletes in memory.
 
-Though the delete files can be written using any supported data file format in Iceberg, it is recommended to write delete files with same file format as the table's file format.
+Position-based delete files can be written using any supported data file format in Iceberg, but it is recommended to write delete files with same file format as the table's default file format.
 
+#### Equality Delete Files
+
+Equality delete files identify rows in a collection of data files that have been deleted by encoding equality predicates. Rows may be identified by more than one column.

Review comment:
       I'm not sure I understand what you're suggesting.
   
   This doesn't require schema inference. The delete file encodes the schema it was written with, along with the column IDs.




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



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