Skip to content

Commit 21b75fd

Browse files
zxqfd555Manul from Pathway
authored andcommitted
bump deltalake to 0.31.1 (#10180)
GitOrigin-RevId: 954d5169ef3c08daba5309f2f504d93dd853e3e2
1 parent dd6973d commit 21b75fd

14 files changed

Lines changed: 1474 additions & 719 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
## [Unreleased]
77

8+
### Changed
9+
- **BREAKING**: `pw.io.iceberg.write` to a Glue catalog no longer accepts `DateTimeUtc` columns. Glue's metastore has no timezone-aware timestamp type, so previous versions silently dropped the timezone on read-back; writes now fail with an explicit error instead of corrupting the zone. To store UTC timestamps in Glue, convert to `DateTimeNaive` with UTC-normalized values, or write through the REST catalog, which preserves the timezone.
10+
811
## [0.30.1] - 2026-04-23
912

1013
### Added

0 commit comments

Comments
 (0)