Skip to content

Commit 08c6bd7

Browse files
committed
Update to arrow/parquet 58.1.0
1 parent d138c36 commit 08c6bd7

File tree

2 files changed

+67
-66
lines changed

2 files changed

+67
-66
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,19 @@ version = "52.3.0"
8888
#
8989
# See for more details: https://github.com/rust-lang/cargo/issues/11329
9090
apache-avro = { version = "0.21", default-features = false }
91-
arrow = { version = "58.0.0", features = [
91+
arrow = { version = "58.1.0", features = [
9292
"prettyprint",
9393
"chrono-tz",
9494
] }
95-
arrow-buffer = { version = "58.0.0", default-features = false }
96-
arrow-flight = { version = "58.0.0", features = [
95+
arrow-buffer = { version = "58.1.0", default-features = false }
96+
arrow-flight = { version = "58.1.0", features = [
9797
"flight-sql-experimental",
9898
] }
99-
arrow-ipc = { version = "58.0.0", default-features = false, features = [
99+
arrow-ipc = { version = "58.1.0", default-features = false, features = [
100100
"lz4",
101101
] }
102-
arrow-ord = { version = "58.0.0", default-features = false }
103-
arrow-schema = { version = "58.0.0", default-features = false }
102+
arrow-ord = { version = "58.1.0", default-features = false }
103+
arrow-schema = { version = "58.1.0", default-features = false }
104104
async-trait = "0.1.89"
105105
bigdecimal = "0.4.8"
106106
bytes = "1.11"
@@ -165,7 +165,7 @@ memchr = "2.8.0"
165165
num-traits = { version = "0.2" }
166166
object_store = { version = "0.13.1", default-features = false }
167167
parking_lot = "0.12"
168-
parquet = { version = "58.0.0", default-features = false, features = [
168+
parquet = { version = "58.1.0", default-features = false, features = [
169169
"arrow",
170170
"async",
171171
"object_store",
@@ -282,3 +282,20 @@ incremental = false
282282
inherits = "release"
283283
debug = true
284284
strip = false
285+
286+
287+
## Temporary arrow-rs patch until 58.1.0 is released
288+
289+
[patch.crates-io]
290+
arrow = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
291+
arrow-array = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
292+
arrow-buffer = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
293+
arrow-cast = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
294+
arrow-data = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
295+
arrow-ipc = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
296+
arrow-schema = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
297+
arrow-select = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
298+
arrow-string = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
299+
arrow-ord = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
300+
arrow-flight = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }
301+
parquet = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/prepare_58.1.0" }

0 commit comments

Comments
 (0)