We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a3c63 commit 33dd1cdCopy full SHA for 33dd1cd
Cargo.toml
@@ -168,3 +168,14 @@ large_futures = "warn"
168
[workspace.lints.rust]
169
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
170
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