Skip to content

Commit cf0508f

Browse files
committed
TEMP: Pin to upgraded arrow 54.3.0
1 parent 5224194 commit cf0508f

File tree

2 files changed

+65
-55
lines changed

2 files changed

+65
-55
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ ahash = { version = "0.8", default-features = false, features = [
8686
"runtime-rng",
8787
] }
8888
apache-avro = { version = "0.17", default-features = false }
89-
arrow = { version = "54.2.1", features = [
89+
arrow = { version = "54.3.0", features = [
9090
"prettyprint",
9191
"chrono-tz",
9292
] }
9393
arrow-buffer = { version = "54.1.0", default-features = false }
94-
arrow-flight = { version = "54.2.1", features = [
94+
arrow-flight = { version = "54.3.0", features = [
9595
"flight-sql-experimental",
9696
] }
9797
arrow-ipc = { version = "54.2.0", default-features = false, features = [
@@ -147,7 +147,7 @@ itertools = "0.14"
147147
log = "^0.4"
148148
object_store = { version = "0.11.0", default-features = false }
149149
parking_lot = "0.12"
150-
parquet = { version = "54.2.1", default-features = false, features = [
150+
parquet = { version = "54.3.0", default-features = false, features = [
151151
"arrow",
152152
"async",
153153
"object_store",
@@ -203,3 +203,22 @@ used_underscore_binding = "warn"
203203
[workspace.lints.rust]
204204
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
205205
unused_qualifications = "deny"
206+
207+
208+
209+
210+
## Temporary arrow-rs patch until 54.3.0 is released
211+
212+
[patch.crates-io]
213+
arrow = { git = "https://github.com/apache/arrow-rs.git", rev = "df5472450767930d1768832295dae293748b3235" }
214+
arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "df5472450767930d1768832295dae293748b3235" }
215+
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "df5472450767930d1768832295dae293748b3235" }
216+
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "df5472450767930d1768832295dae293748b3235" }
217+
arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "df5472450767930d1768832295dae293748b3235" }
218+
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "df5472450767930d1768832295dae293748b3235" }
219+
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "df5472450767930d1768832295dae293748b3235" }
220+
arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "df5472450767930d1768832295dae293748b3235" }
221+
arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "df5472450767930d1768832295dae293748b3235" }
222+
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "df5472450767930d1768832295dae293748b3235" }
223+
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "df5472450767930d1768832295dae293748b3235" }
224+
parquet = { git = "https://github.com/apache/arrow-rs.git", rev = "df5472450767930d1768832295dae293748b3235" }

0 commit comments

Comments
 (0)