@@ -219,20 +219,20 @@ uninlined_format_args = "warn"
219
219
unexpected_cfgs = { level = " warn" , check-cfg = [" cfg(tarpaulin)" ] }
220
220
unused_qualifications = " deny"
221
221
222
- # pin to https://github.com/apache/arrow-rs/pull/7597
222
+ # pin to pre-release arrow
223
223
[patch .crates-io ]
224
- arrow = { git = " https://github.com/apache/arrow-rs.git" , rev = " 092914f0be3a11d16417a02ef8b031e87a52df0c " }
225
- arrow-array = { git = " https://github.com/apache/arrow-rs.git" , rev = " 092914f0be3a11d16417a02ef8b031e87a52df0c " }
226
- arrow-buffer = { git = " https://github.com/apache/arrow-rs.git" , rev = " 092914f0be3a11d16417a02ef8b031e87a52df0c " }
227
- arrow-cast = { git = " https://github.com/apache/arrow-rs.git" , rev = " 092914f0be3a11d16417a02ef8b031e87a52df0c " }
228
- arrow-data = { git = " https://github.com/apache/arrow-rs.git" , rev = " 092914f0be3a11d16417a02ef8b031e87a52df0c " }
229
- arrow-ipc = { git = " https://github.com/apache/arrow-rs.git" , rev = " 092914f0be3a11d16417a02ef8b031e87a52df0c " }
230
- arrow-schema = { git = " https://github.com/apache/arrow-rs.git" , rev = " 092914f0be3a11d16417a02ef8b031e87a52df0c " }
231
- arrow-select = { git = " https://github.com/apache/arrow-rs.git" , rev = " 092914f0be3a11d16417a02ef8b031e87a52df0c " }
232
- arrow-string = { git = " https://github.com/apache/arrow-rs.git" , rev = " 092914f0be3a11d16417a02ef8b031e87a52df0c " }
233
- arrow-ord = { git = " https://github.com/apache/arrow-rs.git" , rev = " 092914f0be3a11d16417a02ef8b031e87a52df0c " }
234
- arrow-flight = { git = " https://github.com/apache/arrow-rs.git" , rev = " 092914f0be3a11d16417a02ef8b031e87a52df0c " }
235
- parquet = { git = " https://github.com/apache/arrow-rs.git" , rev = " 092914f0be3a11d16417a02ef8b031e87a52df0c " }
224
+ arrow = { git = " https://github.com/apache/arrow-rs.git" , rev = " 52d8d568f4ddd9069b743fc0eab17ffe102da35b " }
225
+ arrow-array = { git = " https://github.com/apache/arrow-rs.git" , rev = " 52d8d568f4ddd9069b743fc0eab17ffe102da35b " }
226
+ arrow-buffer = { git = " https://github.com/apache/arrow-rs.git" , rev = " 52d8d568f4ddd9069b743fc0eab17ffe102da35b " }
227
+ arrow-cast = { git = " https://github.com/apache/arrow-rs.git" , rev = " 52d8d568f4ddd9069b743fc0eab17ffe102da35b " }
228
+ arrow-data = { git = " https://github.com/apache/arrow-rs.git" , rev = " 52d8d568f4ddd9069b743fc0eab17ffe102da35b " }
229
+ arrow-ipc = { git = " https://github.com/apache/arrow-rs.git" , rev = " 52d8d568f4ddd9069b743fc0eab17ffe102da35b " }
230
+ arrow-schema = { git = " https://github.com/apache/arrow-rs.git" , rev = " 52d8d568f4ddd9069b743fc0eab17ffe102da35b " }
231
+ arrow-select = { git = " https://github.com/apache/arrow-rs.git" , rev = " 52d8d568f4ddd9069b743fc0eab17ffe102da35b " }
232
+ arrow-string = { git = " https://github.com/apache/arrow-rs.git" , rev = " 52d8d568f4ddd9069b743fc0eab17ffe102da35b " }
233
+ arrow-ord = { git = " https://github.com/apache/arrow-rs.git" , rev = " 52d8d568f4ddd9069b743fc0eab17ffe102da35b " }
234
+ arrow-flight = { git = " https://github.com/apache/arrow-rs.git" , rev = " 52d8d568f4ddd9069b743fc0eab17ffe102da35b " }
235
+ parquet = { git = " https://github.com/apache/arrow-rs.git" , rev = " 52d8d568f4ddd9069b743fc0eab17ffe102da35b " }
236
236
237
237
# arrow = { path= "/Users/andrewlamb/Software/arrow-rs/arrow" }
238
238
# arrow-array = { path= "/Users/andrewlamb/Software/arrow-rs/arrow-array" }
0 commit comments