We are excited to share that #deltars #python bindings v0.10.0 is here! This release includes optimize #zorder, #datafusion storage catalog, concurrent file compaction, and so much more. 🦀🐍
Check it out today! ➡ https://lnkd.in/e-BhV5qa
#deltalake #rust #dataengineering #opensource #linuxfoundation #oss

Release python-v0.10.0: Z-order, faster optimize and vacuum · delta-io/delta-rs
What's Changed
feat(python): expose z-order in Python by @wjones127 in #1443
feat: add z-order optimize by @wjones127 in #1429
feat(python): add filters argument to DeltaTable.to_pandas() for filt...
GitHubWe are excited for the #deltars 0.10.0 release which includes:
⭐ Support #optimize on non-append-only tables
⭐ Upgrade to #apachearrow 37 and #datafusion 23
⭐ Fixed various #datafusion bugs and fixed querying partitioned tables and other fixes
View the release notes here: https://github.com/delta-io/delta-rs/releases/tag/rust-v0.10.0
#deltalake #rust #linuxfoundation #dataengineering

Release rust-v0.10.0 · delta-io/delta-rs
Full Changelog
Implemented enhancements:
Support Optimize on non-append-only tables #1125
Fixed bugs:
DataFusion integration incorrectly handles partition columns defined "first" in schema #1168...
GitHub