tmontaigu / dbase-rs

Rust library to read & write dBase files.
MIT License
29 stars 30 forks source link

Update datafusion #69

Closed casperhart closed 1 year ago

casperhart commented 1 year ago

Updating datafusion to the latest version to take advantage of newly implemented SQL functions, e.g. array_agg().

This required implementing the DisplayAs trait for DbaseExec.

I've run cargo test --features "datafusion" and it passes without issue.

Let me know if you would suggest any changes, happy to update. Thanks

tmontaigu commented 1 year ago

Thanks