delta-io / delta-rs

A native Rust library for Delta Lake, with bindings into Python
https://delta-io.github.io/delta-rs/
Apache License 2.0
1.98k stars 365 forks source link

chore: tidying up builds without datafusion feature and clippy #2516

Closed rtyler closed 1 month ago

rtyler commented 1 month ago

The recent convert_to_delta changes imported a symbol from a module that is only compiled in with the datafusion feature, oops!