@@ -169,3 +169,21 @@ large_futures = "warn"
169
169
170
170
[workspace .lints .rust ]
171
171
unexpected_cfgs = { level = " warn" , check-cfg = [" cfg(tarpaulin)" ] }
172
+
173
+ # # Temporary arrow-rs patch until 53.2.0 is released
174
+ # # to get change in https://github.com/apache/arrow-rs/pull/6539
175
+ # # See https://github.com/alamb/arrow-rs/pull/53 for details
176
+
177
+ [patch .crates-io ]
178
+ arrow = { git = " https://github.com/apache/arrow-rs.git" , rev = " 3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
179
+ arrow-array = { git = " https://github.com/apache/arrow-rs.git" , rev = " 3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
180
+ arrow-buffer = { git = " https://github.com/apache/arrow-rs.git" , rev = " 3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
181
+ arrow-cast = { git = " https://github.com/apache/arrow-rs.git" , rev = " 3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
182
+ arrow-data = { git = " https://github.com/apache/arrow-rs.git" , rev = " 3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
183
+ arrow-ipc = { git = " https://github.com/apache/arrow-rs.git" , rev = " 3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
184
+ arrow-schema = { git = " https://github.com/apache/arrow-rs.git" , rev = " 3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
185
+ arrow-select = { git = " https://github.com/apache/arrow-rs.git" , rev = " 3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
186
+ arrow-string = { git = " https://github.com/apache/arrow-rs.git" , rev = " 3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
187
+ arrow-ord = { git = " https://github.com/apache/arrow-rs.git" , rev = " 3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
188
+ arrow-flight = { git = " https://github.com/apache/arrow-rs.git" , rev = " 3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
189
+ parquet = { git = " https://github.com/apache/arrow-rs.git" , rev = " 3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
0 commit comments