python-v0.20.0
版本发布时间: 2024-09-18 15:09:24
delta-io/delta-rs最新发布版本:rust-v0.20.1(2024-09-28 21:21:07)
New features
- feat(python, rust):
add feature
operation by @ion-elgreco in https://github.com/delta-io/delta-rs/pull/2712 - feat: add support for
pyarrow.ExtensionType
by @fecet in https://github.com/delta-io/delta-rs/pull/2885 - feat: improve AWS credential loading between S3 and DynamoDb code paths by @rtyler in https://github.com/delta-io/delta-rs/pull/2887
Bug Fixes
- fix: pin the build-dependencies for Python to a slightly older vendored openssl by @rtyler in https://github.com/delta-io/delta-rs/pull/2856
- fix: escaped columns in dataskippingstatscolumns by @ion-elgreco in https://github.com/delta-io/delta-rs/pull/2855
- fix: set put mode to overwrite in mount backend by @ion-elgreco in https://github.com/delta-io/delta-rs/pull/2861
- fix(rust): scan schema fix for predicate by @sherlockbeard in https://github.com/delta-io/delta-rs/pull/2869
- fix(python, rust): use require files by @ion-elgreco in https://github.com/delta-io/delta-rs/pull/2809
- fix: re-enable optional old casting behavior in merge by @ion-elgreco in https://github.com/delta-io/delta-rs/pull/2853
- fix: conditionally disable enable_io non-unix based systems by @hntd187 in https://github.com/delta-io/delta-rs/pull/2884
- fix: stats is optional in add action by @jkylling in https://github.com/delta-io/delta-rs/pull/2841
- fix: prepare the next :crab: release with fixed version ranges by @rtyler in https://github.com/delta-io/delta-rs/pull/2875
- fix: pin broken dependencies and changes in 0.19.1 by @rtyler in https://github.com/delta-io/delta-rs/pull/2878
Other Changes
- chore: pin the Rust baseline version to 1.80 by @rtyler in https://github.com/delta-io/delta-rs/pull/2842
- chore: attempt to ignore all dependabot checks for arrow and datafusion by @rtyler in https://github.com/delta-io/delta-rs/pull/2870
- docs: fix typo in delta-lake-dagster by @jessy1092 in https://github.com/delta-io/delta-rs/pull/2883
- chore: exclude parquet from dependabot as well by @rtyler in https://github.com/delta-io/delta-rs/pull/2874
- chore: rearrange github actions a bit by @rtyler in https://github.com/delta-io/delta-rs/pull/2868
- chore: cleanup codecov defaults by @rtyler in https://github.com/delta-io/delta-rs/pull/2876
- chore(deps): update sqlparser requirement from 0.50 to 0.51 by @dependabot in https://github.com/delta-io/delta-rs/pull/2881
- chore: set max_retries in CommitProperties by @helanto in https://github.com/delta-io/delta-rs/pull/2826
New Contributors
- @helanto made their first contribution in https://github.com/delta-io/delta-rs/pull/2826
- @jessy1092 made their first contribution in https://github.com/delta-io/delta-rs/pull/2883
- @fecet made their first contribution in https://github.com/delta-io/delta-rs/pull/2885
Full Changelog: https://github.com/delta-io/delta-rs/compare/python-v0.19.2...python-v0.20.0