@@ -177,3 +177,18 @@ large_futures = "warn"
177
177
[workspace .lints .rust ]
178
178
unexpected_cfgs = { level = " warn" , check-cfg = [" cfg(tarpaulin)" ] }
179
179
unused_qualifications = " deny"
180
+
181
+ # Temp patch to main of arrow-rs
182
+ [patch .crates-io ]
183
+ arrow = { git = " https://github.com/apache/arrow-rs.git" , rev = " 93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
184
+ arrow-array = { git = " https://github.com/apache/arrow-rs.git" , rev = " 93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
185
+ arrow-buffer = { git = " https://github.com/apache/arrow-rs.git" , rev = " 93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
186
+ arrow-cast = { git = " https://github.com/apache/arrow-rs.git" , rev = " 93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
187
+ arrow-data = { git = " https://github.com/apache/arrow-rs.git" , rev = " 93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
188
+ arrow-ipc = { git = " https://github.com/apache/arrow-rs.git" , rev = " 93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
189
+ arrow-schema = { git = " https://github.com/apache/arrow-rs.git" , rev = " 93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
190
+ arrow-select = { git = " https://github.com/apache/arrow-rs.git" , rev = " 93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
191
+ arrow-string = { git = " https://github.com/apache/arrow-rs.git" , rev = " 93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
192
+ arrow-ord = { git = " https://github.com/apache/arrow-rs.git" , rev = " 93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
193
+ arrow-flight = { git = " https://github.com/apache/arrow-rs.git" , rev = " 93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
194
+ parquet = { git = " https://github.com/apache/arrow-rs.git" , rev = " 93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
0 commit comments