sdd opened a new pull request, #347: URL: https://github.com/apache/iceberg-rust/pull/347
`InclusiveMetricsEvaluator` is used inside table scans to filter `DataFile` entries within a Manifest, rejecting any of them if their metrics indicate that they cannot contain any rows that match the predicate filter. This is still a WIP but comments / suggestions are welcome. ## TODO: * add tests * get literal / datum comparisons working * implement `may_contain_null` for `DataFileFilterVisitor` * implement `is_nan` for `Literal` * properly set `partition_struct` when constructing `InclusiveMetricsEvaluator` -- 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