Skip to content

Commit a5132b1

Browse files
committed
Test arrow/parquet 54.2.1
1 parent b3593cd commit a5132b1

File tree

2 files changed

+50
-48
lines changed

2 files changed

+50
-48
lines changed

Cargo.lock

Lines changed: 32 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,21 @@ large_futures = "warn"
191191
[workspace.lints.rust]
192192
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
193193
unused_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+

0 commit comments

Comments
 (0)