a-agmon opened a new pull request, #588: URL: https://github.com/apache/iceberg-rust/pull/588
This PR partially closes #585 - Adds datafusion filters to the `IcebergTableScan` struct - Converts datafusion filters (or `Exp`) to Iceberg `Predicate` and apply them to the TableScan On data fusion `execute()`. - As detailed in the code it currently supports binary expressions (e.g., `(X > 1 AND Y = 'something') OR Z > 100)`, and any combination of them. Unsupported filters will be ignored. -- 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