Skip to content

Commit 33dd1cd

Browse files
committed
WIP: Temporary patches for arrow (DF-42.2.0 branch)
1 parent 57a3c63 commit 33dd1cd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,14 @@ large_futures = "warn"
168168
[workspace.lints.rust]
169169
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
170170
unused_imports = "deny"
171+
172+
[patch.'https://github.com/cube-js/arrow-rs.git']
173+
arrow = { path = "../arrow-rs/arrow" }
174+
arrow-array = { path = "../arrow-rs/arrow-array" }
175+
arrow-buffer = { path = "../arrow-rs/arrow-buffer" }
176+
arrow-flight = { path = "../arrow-rs/arrow-flight" }
177+
arrow-ipc = { path = "../arrow-rs/arrow-ipc" }
178+
arrow-ord = { path = "../arrow-rs/arrow-ord" }
179+
arrow-schema = { path = "../arrow-rs/arrow-schema" }
180+
arrow-string = { path = "../arrow-rs/arrow-string" }
181+
parquet = { path = "../arrow-rs/parquet" }

0 commit comments

Comments
 (0)