Skip to content

Commit 05cea02

Browse files
committed
Temp patch to new arrow-rs release
1 parent 2ac8af8 commit 05cea02

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Cargo.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,18 @@ large_futures = "warn"
177177
[workspace.lints.rust]
178178
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
179179
unused_qualifications = "deny"
180+
181+
# Temp patch to main of arrow-rs
182+
[patch.crates-io]
183+
arrow = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
184+
arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
185+
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
186+
arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
187+
arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
188+
arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
189+
arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
190+
arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
191+
arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
192+
arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
193+
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }
194+
parquet = { git = "https://github.com/apache/arrow-rs.git", rev = "93ce75c75d2f4c753345bd585cbbe0bb978f4bab" }

datafusion/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ libc = "0.2.140"
6161
object_store = { workspace = true, optional = true }
6262
parquet = { workspace = true, optional = true, default-features = true }
6363
paste = "1.0.15"
64-
pyo3 = { version = "0.22.0", optional = true }
64+
pyo3 = { version = "0.23.3", optional = true }
6565
recursive = { workspace = true }
6666
sqlparser = { workspace = true }
6767
tokio = { workspace = true }

0 commit comments

Comments
 (0)