rdblue opened a new pull request #1338: URL: https://github.com/apache/iceberg/pull/1338
This adds two optimizations for `DeleteFileIndex`: * For position deletes, if the data file path is not in the range of values for a delete file's `file_path` column, ignore the delete file * For equality deletes, if the data file and delete file value ranges for any equality column do not overlap, ignore the delete file ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
