@@ -217,22 +217,22 @@ uninlined_format_args = "warn"
217217
218218[patch .crates-io ]
219219# Until https://github.com/apache/arrow-rs/pull/7131 is merged and released.
220- arrow = { git = " https://github.com/polarsignals /arrow-rs.git" , branch = " master " }
221- arrow-arith = { git = " https://github.com/polarsignals /arrow-rs.git" , branch = " master " }
222- arrow-array = { git = " https://github.com/polarsignals /arrow-rs.git" , branch = " master " }
223- arrow-buffer = { git = " https://github.com/polarsignals /arrow-rs.git" , branch = " master " }
224- arrow-cast = { git = " https://github.com/polarsignals /arrow-rs.git" , branch = " master " }
225- arrow-csv = { git = " https://github.com/polarsignals /arrow-rs.git" , branch = " master " }
226- arrow-data = { git = " https://github.com/polarsignals /arrow-rs.git" , branch = " master " }
227- arrow-flight = { git = " https://github.com/polarsignals /arrow-rs.git" , branch = " master " }
228- arrow-ipc = { git = " https://github.com/polarsignals /arrow-rs.git" , branch = " master " }
229- arrow-json = { git = " https://github.com/polarsignals /arrow-rs.git" , branch = " master " }
230- arrow-ord = { git = " https://github.com/polarsignals /arrow-rs.git" , branch = " master " }
231- arrow-row = { git = " https://github.com/polarsignals /arrow-rs.git" , branch = " master " }
232- arrow-schema = { git = " https://github.com/polarsignals /arrow-rs.git" , branch = " master " }
233- arrow-select = { git = " https://github.com/polarsignals /arrow-rs.git" , branch = " master " }
234- arrow-string = { git = " https://github.com/polarsignals /arrow-rs.git" , branch = " master " }
235- parquet = { git = " https://github.com/polarsignals /arrow-rs.git" , branch = " master " }
220+ arrow = { git = " https://github.com/apache /arrow-rs.git" , rev = " e9df239 " }
221+ arrow-arith = { git = " https://github.com/apache /arrow-rs.git" , rev = " e9df239 " }
222+ arrow-array = { git = " https://github.com/apache /arrow-rs.git" , rev = " e9df239 " }
223+ arrow-buffer = { git = " https://github.com/apache /arrow-rs.git" , rev = " e9df239 " }
224+ arrow-cast = { git = " https://github.com/apache /arrow-rs.git" , rev = " e9df239 " }
225+ arrow-csv = { git = " https://github.com/apache /arrow-rs.git" , rev = " e9df239 " }
226+ arrow-data = { git = " https://github.com/apache /arrow-rs.git" , rev = " e9df239 " }
227+ arrow-flight = { git = " https://github.com/apache /arrow-rs.git" , rev = " e9df239 " }
228+ arrow-ipc = { git = " https://github.com/apache /arrow-rs.git" , rev = " e9df239 " }
229+ arrow-json = { git = " https://github.com/apache /arrow-rs.git" , rev = " e9df239 " }
230+ arrow-ord = { git = " https://github.com/apache /arrow-rs.git" , rev = " e9df239 " }
231+ arrow-row = { git = " https://github.com/apache /arrow-rs.git" , rev = " e9df239 " }
232+ arrow-schema = { git = " https://github.com/apache /arrow-rs.git" , rev = " e9df239 " }
233+ arrow-select = { git = " https://github.com/apache /arrow-rs.git" , rev = " e9df239 " }
234+ arrow-string = { git = " https://github.com/apache /arrow-rs.git" , rev = " e9df239 " }
235+ parquet = { git = " https://github.com/apache /arrow-rs.git" , rev = " e9df239 " }
236236
237237[workspace .lints .rust ]
238238unexpected_cfgs = { level = " warn" , check-cfg = [" cfg(tarpaulin)" ] }
0 commit comments