aokolnychyi opened a new pull request, #8360: URL: https://github.com/apache/iceberg/pull/8360
This PR changes the metrics collection in position delete files to drop useless boundaries. As discussed earlier, loading and comparing lower and upper boundaries in `DeleteFileIndex` is fairly expensive and should be done only if makes sense. Given the nature of generated data file paths, it only makes sense to persist the boundaries if a position delete file covers a single data file. Otherwise, it only harms the planning performance. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
