Skip to content

Commit 4ba51cf

Browse files
committed
[iceberg] Use serde-arrow fork.
Use our fork of the crate until chmp/serde_arrow#320 is merged. Signed-off-by: Leonid Ryzhyk <ryzhyk@gmail.com>
1 parent dcb9704 commit 4ba51cf

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,9 @@ schema_registry_converter = "4.2.0"
253253
semver = "1.0.27"
254254
serde = "1.0.213"
255255
serde_dynamo = { version = "4.3.0", features = ["aws-sdk-dynamodb+1"] }
256-
serde_arrow = { version = "0.14.1", features = ["arrow-58"] }
256+
# serde_arrow fork that recognizes the "+00:00" timezone Iceberg uses for
257+
# `timestamptz` columns (upstream 0.14.2 accepts only the name "UTC").
258+
serde_arrow = { git = "https://github.com/ryzhyk/serde_arrow.git", branch = "recognize_utc_timezone", features = ["arrow-58"] }
257259
serde_bytes = "0.11.15"
258260
serde_json = { version = "1.0.132", features = ["arbitrary_precision"] }
259261
serde_json_path_to_error = "0.1.5"

0 commit comments

Comments
 (0)