Skip to content

Commit 8faa3fd

Browse files
committed
Update to arrow 55.2
1 parent a00ce20 commit 8faa3fd

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ rust-version = "1.87"
4242
anyhow = "1.0.72"
4343
apache-avro = { version = "0.20", features = ["zstandard"] }
4444
array-init = "2"
45-
arrow-arith = { version = "55.1" }
46-
arrow-array = { version = "55.1" }
47-
arrow-buffer = { version = "55.1" }
48-
arrow-cast = { version = "55.1" }
49-
arrow-ord = { version = "55.1" }
50-
arrow-schema = { version = "55.1" }
51-
arrow-select = { version = "55.1" }
52-
arrow-string = { version = "55.1" }
45+
arrow-arith = { version = "55.2" }
46+
arrow-array = { version = "55.2" }
47+
arrow-buffer = { version = "55.2" }
48+
arrow-cast = { version = "55.2" }
49+
arrow-ord = { version = "55.2" }
50+
arrow-schema = { version = "55.2" }
51+
arrow-select = { version = "55.2" }
52+
arrow-string = { version = "55.2" }
5353
as-any = "0.3.2"
5454
async-trait = "0.1.88"
5555
aws-config = "1.8.1"

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ license = "Apache-2.0"
3131
crate-type = ["cdylib"]
3232

3333
[dependencies]
34-
arrow = { version = "55.1", features = ["pyarrow", "chrono-tz"] }
34+
arrow = { version = "55.2", features = ["pyarrow", "chrono-tz"] }
3535
iceberg = { path = "../../crates/iceberg" }
3636
pyo3 = { version = "0.24.1", features = ["extension-module", "abi3-py39"] }
3737
iceberg-datafusion = { path = "../../crates/integrations/datafusion" }

0 commit comments

Comments
 (0)