Skip to content

Commit 462ca55

Browse files
committed
Update arrow/paruqet to 56.0.0
1 parent 049a53a commit 462ca55

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Cargo.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,3 +227,19 @@ unexpected_cfgs = { level = "warn", check-cfg = [
227227
"cfg(tarpaulin_include)",
228228
] }
229229
unused_qualifications = "deny"
230+
231+
## Temporary arrow-rs patch until 56.0.0 is released
232+
233+
[patch.crates-io]
234+
arrow = { git = "https://github.com/apache/arrow-rs.git", rev = "57f96f24a1f69504588ecb2c7c42fb91c0592262" }
235+
arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "57f96f24a1f69504588ecb2c7c42fb91c0592262" }
236+
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "57f96f24a1f69504588ecb2c7c42fb91c0592262" }
237+
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "57f96f24a1f69504588ecb2c7c42fb91c0592262" }
238+
arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "57f96f24a1f69504588ecb2c7c42fb91c0592262" }
239+
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "57f96f24a1f69504588ecb2c7c42fb91c0592262" }
240+
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "57f96f24a1f69504588ecb2c7c42fb91c0592262" }
241+
arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "57f96f24a1f69504588ecb2c7c42fb91c0592262" }
242+
arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "57f96f24a1f69504588ecb2c7c42fb91c0592262" }
243+
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "57f96f24a1f69504588ecb2c7c42fb91c0592262" }
244+
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "57f96f24a1f69504588ecb2c7c42fb91c0592262" }
245+
parquet = { git = "https://github.com/apache/arrow-rs.git", rev = "57f96f24a1f69504588ecb2c7c42fb91c0592262" }

0 commit comments

Comments
 (0)