Skip to content

Commit 711bf93

Browse files
committed
TEMP: pin to pre-release arrow 53.2.0
1 parent 646f40a commit 711bf93

File tree

3 files changed

+79
-54
lines changed

3 files changed

+79
-54
lines changed

Cargo.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,21 @@ large_futures = "warn"
169169

170170
[workspace.lints.rust]
171171
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" }

datafusion-cli/Cargo.lock

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

datafusion-cli/Cargo.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,20 @@ assert_cmd = "2.0"
6666
ctor = "0.2.0"
6767
predicates = "3.0"
6868
rstest = "0.22"
69+
70+
## Temporary arrow-rs patch until 53.2.0 is released
71+
## to get change in https://github.com/apache/arrow-rs/pull/6539
72+
## See https://github.com/alamb/arrow-rs/pull/53 for details
73+
[patch.crates-io]
74+
arrow = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
75+
arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
76+
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
77+
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
78+
arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
79+
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
80+
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
81+
arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
82+
arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
83+
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
84+
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
85+
parquet = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }

0 commit comments

Comments
 (0)