@@ -213,3 +213,20 @@ used_underscore_binding = "warn"
213
213
[workspace .lints .rust ]
214
214
unexpected_cfgs = { level = " warn" , check-cfg = [" cfg(tarpaulin)" ] }
215
215
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