Skip to content

Commit

Permalink
Temp patch to new arrow-rs release
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Dec 5, 2024
1 parent 2ac8af8 commit 05cea02
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,18 @@ large_futures = "warn"
[workspace.lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
unused_qualifications = "deny"

# Temp patch to main of arrow-rs
[patch.crates-io]
arrow = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
parquet = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
2 changes: 1 addition & 1 deletion datafusion/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ libc = "0.2.140"
object_store = { workspace = true, optional = true }
parquet = { workspace = true, optional = true, default-features = true }
paste = "1.0.15"
pyo3 = { version = "0.22.0", optional = true }
pyo3 = { version = "0.23.3", optional = true }
recursive = { workspace = true }
sqlparser = { workspace = true }
tokio = { workspace = true }
Expand Down

0 comments on commit 05cea02

Please sign in to comment.