Skip to content

Commit

Permalink
TEMP: pin to pre-release arrow 53.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 13, 2024
1 parent 646f40a commit 711bf93
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 54 deletions.
18 changes: 18 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,21 @@ large_futures = "warn"

[workspace.lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }

## Temporary arrow-rs patch until 53.2.0 is released
## to get change in https://github.com/apache/arrow-rs/pull/6539
## See https://github.com/alamb/arrow-rs/pull/53 for details

[patch.crates-io]
arrow = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
parquet = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
98 changes: 44 additions & 54 deletions datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,20 @@ assert_cmd = "2.0"
ctor = "0.2.0"
predicates = "3.0"
rstest = "0.22"

## Temporary arrow-rs patch until 53.2.0 is released
## to get change in https://github.com/apache/arrow-rs/pull/6539
## See https://github.com/alamb/arrow-rs/pull/53 for details
[patch.crates-io]
arrow = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }
parquet = { git = "https://github.com/apache/arrow-rs.git", rev = "3c2e694e89b12d6b70d7b1aed3f4dcff169de2da" }

0 comments on commit 711bf93

Please sign in to comment.