@@ -227,3 +227,19 @@ unexpected_cfgs = { level = "warn", check-cfg = [
227227 " cfg(tarpaulin_include)" ,
228228] }
229229unused_qualifications = " deny"
230+
231+ # # Temporary arrow-rs patch until 56.0.0 is released
232+
233+ [patch .crates-io ]
234+ arrow = { git = " https://github.com/apache/arrow-rs.git" , rev = " 57f96f24a1f69504588ecb2c7c42fb91c0592262" }
235+ arrow-array = { git = " https://github.com/apache/arrow-rs.git" , rev = " 57f96f24a1f69504588ecb2c7c42fb91c0592262" }
236+ arrow-buffer = { git = " https://github.com/apache/arrow-rs.git" , rev = " 57f96f24a1f69504588ecb2c7c42fb91c0592262" }
237+ arrow-cast = { git = " https://github.com/apache/arrow-rs.git" , rev = " 57f96f24a1f69504588ecb2c7c42fb91c0592262" }
238+ arrow-data = { git = " https://github.com/apache/arrow-rs.git" , rev = " 57f96f24a1f69504588ecb2c7c42fb91c0592262" }
239+ arrow-ipc = { git = " https://github.com/apache/arrow-rs.git" , rev = " 57f96f24a1f69504588ecb2c7c42fb91c0592262" }
240+ arrow-schema = { git = " https://github.com/apache/arrow-rs.git" , rev = " 57f96f24a1f69504588ecb2c7c42fb91c0592262" }
241+ arrow-select = { git = " https://github.com/apache/arrow-rs.git" , rev = " 57f96f24a1f69504588ecb2c7c42fb91c0592262" }
242+ arrow-string = { git = " https://github.com/apache/arrow-rs.git" , rev = " 57f96f24a1f69504588ecb2c7c42fb91c0592262" }
243+ arrow-ord = { git = " https://github.com/apache/arrow-rs.git" , rev = " 57f96f24a1f69504588ecb2c7c42fb91c0592262" }
244+ arrow-flight = { git = " https://github.com/apache/arrow-rs.git" , rev = " 57f96f24a1f69504588ecb2c7c42fb91c0592262" }
245+ parquet = { git = " https://github.com/apache/arrow-rs.git" , rev = " 57f96f24a1f69504588ecb2c7c42fb91c0592262" }
0 commit comments