sdd opened a new pull request, #321: URL: https://github.com/apache/iceberg-rust/pull/321
This PR has been broken out of https://github.com/apache/iceberg-rust/pull/241 as it was getting too large. The `InclusiveProjection` is used in the process of filtering manifest files in table scans. It projects the `BoundPredicate` that is provided as the filter in a table scan into a `Predicate` that can be used for filtering the partition specs of manifests. This PR depends on https://github.com/apache/iceberg-rust/pull/319 and https://github.com/apache/iceberg-rust/pull/319 and https://github.com/apache/iceberg-rust/pull/320. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org