Skip to content

Commit f1486b3

Browse files
committed
Patch to use apache/arrow-rs#7428
1 parent 7b370e2 commit f1486b3

File tree

2 files changed

+37
-36
lines changed

2 files changed

+37
-36
lines changed

Cargo.lock

+20-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+17
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,20 @@ used_underscore_binding = "warn"
213213
[workspace.lints.rust]
214214
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
215215
unused_qualifications = "deny"
216+
217+
## Temporary arrow-rs patch to
218+
## https://github.com/apache/arrow-rs/pull/7428
219+
220+
[patch.crates-io]
221+
arrow = { git = "https://github.com/zhuqi-lucas/arrow-rs.git", rev = "0c3aa9b3d4fa913029742f36b650f7b1e1ea2339" }
222+
arrow-array = { git = "https://github.com/zhuqi-lucas/arrow-rs.git", rev = "0c3aa9b3d4fa913029742f36b650f7b1e1ea2339" }
223+
arrow-buffer = { git = "https://github.com/zhuqi-lucas/arrow-rs.git", rev = "0c3aa9b3d4fa913029742f36b650f7b1e1ea2339" }
224+
arrow-cast = { git = "https://github.com/zhuqi-lucas/arrow-rs.git", rev = "0c3aa9b3d4fa913029742f36b650f7b1e1ea2339" }
225+
arrow-data = { git = "https://github.com/zhuqi-lucas/arrow-rs.git", rev = "0c3aa9b3d4fa913029742f36b650f7b1e1ea2339" }
226+
arrow-ipc = { git = "https://github.com/zhuqi-lucas/arrow-rs.git", rev = "0c3aa9b3d4fa913029742f36b650f7b1e1ea2339" }
227+
arrow-schema = { git = "https://github.com/zhuqi-lucas/arrow-rs.git", rev = "0c3aa9b3d4fa913029742f36b650f7b1e1ea2339" }
228+
arrow-select = { git = "https://github.com/zhuqi-lucas/arrow-rs.git", rev = "0c3aa9b3d4fa913029742f36b650f7b1e1ea2339" }
229+
arrow-string = { git = "https://github.com/zhuqi-lucas/arrow-rs.git", rev = "0c3aa9b3d4fa913029742f36b650f7b1e1ea2339" }
230+
arrow-ord = { git = "https://github.com/zhuqi-lucas/arrow-rs.git", rev = "0c3aa9b3d4fa913029742f36b650f7b1e1ea2339" }
231+
arrow-flight = { git = "https://github.com/zhuqi-lucas/arrow-rs.git", rev = "0c3aa9b3d4fa913029742f36b650f7b1e1ea2339" }
232+
parquet = { git = "https://github.com/zhuqi-lucas/arrow-rs.git", rev = "0c3aa9b3d4fa913029742f36b650f7b1e1ea2339" }

0 commit comments

Comments
 (0)