aokolnychyi opened a new pull request, #8123: URL: https://github.com/apache/iceberg/pull/8123
This PR adds support for distributed planning to cover the following use cases on top of tables with tens of millions of files: - Selective filters against min/max stats but without partition predicates (e.g. grab a few files in each partition). - Selective filters on top of metadata that hasn't been properly clustered. - Full table scans (lesser priority). -- 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]
