@@ -272,3 +272,32 @@ incremental = false
272272inherits = " release"
273273debug = true
274274strip = false
275+
276+ # # Temporary arrow-rs patch until 57.2.0 is released
277+
278+ [patch .crates-io ]
279+ arrow = { git = " https://github.com/apache/arrow-rs.git" , branch = " main" }
280+ arrow-array = { git = " https://github.com/apache/arrow-rs.git" , branch = " main" }
281+ arrow-buffer = { git = " https://github.com/apache/arrow-rs.git" , branch = " main" }
282+ arrow-cast = { git = " https://github.com/apache/arrow-rs.git" , branch = " main" }
283+ arrow-data = { git = " https://github.com/apache/arrow-rs.git" , branch = " main" }
284+ arrow-ipc = { git = " https://github.com/apache/arrow-rs.git" , branch = " main" }
285+ arrow-schema = { git = " https://github.com/apache/arrow-rs.git" , branch = " main" }
286+ arrow-select = { git = " https://github.com/apache/arrow-rs.git" , branch = " main" }
287+ arrow-string = { git = " https://github.com/apache/arrow-rs.git" , branch = " main" }
288+ arrow-ord = { git = " https://github.com/apache/arrow-rs.git" , branch = " main" }
289+ arrow-flight = { git = " https://github.com/apache/arrow-rs.git" , branch = " main" }
290+ parquet = { git = " https://github.com/apache/arrow-rs.git" , branch = " main" }
291+
292+ # arrow = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow" }
293+ # arrow-array = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-array" }
294+ # arrow-buffer = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-buffer" }
295+ # arrow-cast = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-cast" }
296+ # arrow-data = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-data" }
297+ # arrow-ipc = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-ipc" }
298+ # arrow-schema = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-schema" }
299+ # arrow-select = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-select" }
300+ # arrow-string = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-string" }
301+ # arrow-ord = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-ord" }
302+ # arrow-flight = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-flight" }
303+ # parquet = { path= "/Users/andrewlamb/Software/arrow-rs2/parquet" }
0 commit comments