Skip to content

python-v0.19.0: complete CDF support, add column operation, faster MERGE

Compare
Choose a tag to compare
@ion-elgreco ion-elgreco released this 14 Aug 22:14
· 105 commits to main since this release

Breaking changes!

Default writer engine has changed to rust. Replace your partition_filters with a predicate (sql) instead. PyArrow engine is deprecated now, and will be removed in v1.0.

Highlights

  • CDF support in write_deltalake, delete, and merge operation
  • Expired logs cleanup during post-commit. Can be disabled with delta.enableExpiredLogCleanup = false
  • Improved MERGE performance by using predicate non-partition columns min/max for prefiltering
  • ADD column operation
  • Speed up log parsing

Performance improvements

New features

Bug Fixes

Other Changes

New Contributors

Full Changelog: python-v0.18.2...python-v0.19.0