python-v0.17.4
版本发布时间: 2024-05-11 19:43:06
delta-io/delta-rs最新发布版本:rust-v0.20.1(2024-09-28 21:21:07)
New features
- feat(python): add parameter to DeltaTable.to_pyarrow_dataset() by @adriangb in https://github.com/delta-io/delta-rs/pull/2465
- feat(python, rust): respect column stats collection configurations by @ion-elgreco in https://github.com/delta-io/delta-rs/pull/2428
Bug Fixes
- fix(rust): implement abort commit for S3DynamoDBLogStore by @PeterKeDer in https://github.com/delta-io/delta-rs/pull/2452
- fix(python, rust): use new schema for stats parsing instead of old by @ion-elgreco in https://github.com/delta-io/delta-rs/pull/2480
- fix: check to see if the file exists before attempting to rename by @rtyler in https://github.com/delta-io/delta-rs/pull/2482
- fix(rust): unable to read delta table when table contains both null and non-null add stats by @yjshen in https://github.com/delta-io/delta-rs/pull/2476
- fix(python, rust): region lookup wasn't working correctly for dynamo by @mightyshazam in https://github.com/delta-io/delta-rs/pull/2488
- fix: return unsupported error for merging schemas in the presence of partition columns by @emcake in https://github.com/delta-io/delta-rs/pull/2469
- fix(python): reuse state in
to_pyarrow_dataset
by @ion-elgreco in https://github.com/delta-io/delta-rs/pull/2485
Other Changes
- chore(deps): update sqlparser requirement from 0.44 to 0.46 by @dependabot in https://github.com/delta-io/delta-rs/pull/2483
- test: add test for concurrent checkpoint during table load by @alexwilcoxson-rel in https://github.com/delta-io/delta-rs/pull/2151
Full Changelog: https://github.com/delta-io/delta-rs/compare/python-v0.17.3...python-v0.17.4