rdblue commented on issue #359: Spec: Add file and position delete files URL: https://github.com/apache/incubator-iceberg/issues/359#issuecomment-606272951 @chenjunjiedada, I'm not sure I understand. This issue tracks updates to the spec that detail how to write file/position delete files. That boils down to things like this: * The files must be a supported Iceberg format and are valid Iceberg data files, just like all Iceberg metadata files * The schema of the file/position files; probably string file path and long position in a file. Maybe that should be int instead of long? * Rows in the delete file must be sorted by position. Should we also sort by path? We also need a reader and writer implementation for these.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
