apache / hudi-rs

A native Rust library for Apache Hudi, with bindings into Python
https://hudi.apache.org/
Apache License 2.0
142 stars 28 forks source link

Integrate with datafusion to support filters pushdown from SQL #160

Open xushiyan opened 1 week ago

xushiyan commented 1 week ago

Follow-up feature of #47

Integrate with datafusion on the predicate expression parsing and support pushdown predicates from SQL.