Skip to content

python-v0.15.0: check constraints operation, and faster MERGE

Choose a tag to compare

@ion-elgreco ion-elgreco released this 02 Jan 15:15
· 1767 commits to main since this release
093a756

New features

Bug Fixes

  • fix: respect case sensitivity on operations by @Blajda in #1954
  • fix: case sensitivity for z-order by @Blajda in #1982
  • fix: implement consistent formatting for constraint expressions by @Blajda in #1985
  • fix: remove the get_data_catalog() function by @rtyler in #1941
  • fix: handle empty table response in unity api by @JonasDev1 in #1963
  • fix: flakey gcs test by @roeap in #1987
  • fix: enable S3 integration tests to be configured via environment vars by @dispanser in #1966
  • fix: properly decode percent-encoded file paths coming from parquet checkpoints by @sigorbor in #1970

Breaking Changes

To control the writer properties in .update you need to pass the deltalake.WriterProperties class instead of a dicationary.

Other Changes

New Contributors

Full Changelog: python-v0.14.0...python-v0.15.0