File tree Expand file tree Collapse file tree 2 files changed +50
-48
lines changed
Expand file tree Collapse file tree 2 files changed +50
-48
lines changed Original file line number Diff line number Diff line change @@ -191,3 +191,21 @@ large_futures = "warn"
191191[workspace .lints .rust ]
192192unexpected_cfgs = { level = " warn" , check-cfg = [" cfg(tarpaulin)" ] }
193193unused_qualifications = " deny"
194+
195+
196+ # # Temporary arrow-rs patch until 52.1.0 is released
197+
198+ [patch .crates-io ]
199+ arrow = { git = " https://github.com/apache/arrow-rs.git" , tag = " 54.2.1" }
200+ arrow-array = { git = " https://github.com/apache/arrow-rs.git" , tag = " 54.2.1" }
201+ arrow-buffer = { git = " https://github.com/apache/arrow-rs.git" , tag = " 54.2.1" }
202+ arrow-cast = { git = " https://github.com/apache/arrow-rs.git" , tag = " 54.2.1" }
203+ arrow-data = { git = " https://github.com/apache/arrow-rs.git" , tag = " 54.2.1" }
204+ arrow-ipc = { git = " https://github.com/apache/arrow-rs.git" , tag = " 54.2.1" }
205+ arrow-schema = { git = " https://github.com/apache/arrow-rs.git" , tag = " 54.2.1" }
206+ arrow-select = { git = " https://github.com/apache/arrow-rs.git" , tag = " 54.2.1" }
207+ arrow-string = { git = " https://github.com/apache/arrow-rs.git" , tag = " 54.2.1" }
208+ arrow-ord = { git = " https://github.com/apache/arrow-rs.git" , tag = " 54.2.1" }
209+ arrow-flight = { git = " https://github.com/apache/arrow-rs.git" , tag = " 54.2.1" }
210+ parquet = { git = " https://github.com/apache/arrow-rs.git" , tag = " 54.2.1" }
211+
You can’t perform that action at this time.
0 commit comments