apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
675 stars 159 forks source link

Support pushdown more datafusion exprs to Iceberg #644

Closed FANNG1 closed 1 month ago

FANNG1 commented 2 months ago

588 adds predicate pushdown from datafusion to Iceberg, which mainly supports Binary Expression, we'd better support more expressions as possible.

FANNG1 commented 2 months ago

I'm working on this, and will propose a PR to support all exprs