Skip to content

Commit 29465ce

Browse files
committed
1 parent 173989c commit 29465ce

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,20 @@ unexpected_cfgs = { level = "warn", check-cfg = [
229229
"cfg(tarpaulin_include)",
230230
] }
231231
unused_qualifications = "deny"
232+
233+
234+
# patch to experimental decoder
235+
# patch to https://github.com/apache/arrow-rs/pull/7850
236+
[patch.crates-io]
237+
arrow = { git = "https://github.com/apache/arrow-rs.git", rev = "bea4433cabab191bda6ac52ac83c0f30871caacf" }
238+
arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "bea4433cabab191bda6ac52ac83c0f30871caacf" }
239+
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "bea4433cabab191bda6ac52ac83c0f30871caacf" }
240+
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "bea4433cabab191bda6ac52ac83c0f30871caacf" }
241+
arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "bea4433cabab191bda6ac52ac83c0f30871caacf" }
242+
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "bea4433cabab191bda6ac52ac83c0f30871caacf" }
243+
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "bea4433cabab191bda6ac52ac83c0f30871caacf" }
244+
arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "bea4433cabab191bda6ac52ac83c0f30871caacf" }
245+
arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "bea4433cabab191bda6ac52ac83c0f30871caacf" }
246+
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "bea4433cabab191bda6ac52ac83c0f30871caacf" }
247+
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "bea4433cabab191bda6ac52ac83c0f30871caacf" }
248+
parquet = { git = "https://github.com/apache/arrow-rs.git", rev = "bea4433cabab191bda6ac52ac83c0f30871caacf" }

0 commit comments

Comments
 (0)