Skip to content

python-v0.16.0: schema evolution, timestampNtz, faster MERGE, drop constraints

Compare
Choose a tag to compare
@ion-elgreco ion-elgreco released this 06 Mar 09:04
· 595 commits to main since this release
d8366cf

Performance improvements

  • perf: directly create projection instead of using DataFrame::with_column by @emcake in #2222

Breaking changes

This version introduces timestampNtz datatype, this means if your writer before wrote timestamp with no timezones to a timestamp column, this will now fail. The new behavior is that you can only write timestamps with UTC time zone to timestamp primitive type.

New features

Bug Fixes

Other Changes

New Contributors

Full Changelog: python-v0.15.3...python-v0.16.0