Skip to content

Commit b935cc5

Browse files
committed
TEMP update to datafusion-cli as well
1 parent 88c6cb9 commit b935cc5

File tree

3 files changed

+30
-32
lines changed

3 files changed

+30
-32
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ lto = true
3737

3838
# TEMP
3939
[patch.crates-io]
40-
arrow = { git = "https://github.com/apache/arrow-rs.git", rev="51466634f11b7d965ca3c912835c91e0f84a6c92"}
41-
parquet = { git = "https://github.com/apache/arrow-rs.git", rev="51466634f11b7d965ca3c912835c91e0f84a6c92" }
42-
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev="51466634f11b7d965ca3c912835c91e0f84a6c92" }
40+
arrow = { git = "https://github.com/apache/arrow-rs.git", rev="eb9b456fdde92d4ca12c7573fb38faf6e6657fc3"}
41+
parquet = { git = "https://github.com/apache/arrow-rs.git", rev="eb9b456fdde92d4ca12c7573fb38faf6e6657fc3" }
42+
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev="eb9b456fdde92d4ca12c7573fb38faf6e6657fc3" }

datafusion-cli/Cargo.lock

Lines changed: 21 additions & 29 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,9 @@ mimalloc = { version = "0.1", default-features = false }
3838
rustyline = "9.0"
3939
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] }
4040

41+
42+
# TEMP
43+
[patch.crates-io]
44+
arrow = { git = "https://github.com/apache/arrow-rs.git", rev="eb9b456fdde92d4ca12c7573fb38faf6e6657fc3"}
45+
parquet = { git = "https://github.com/apache/arrow-rs.git", rev="eb9b456fdde92d4ca12c7573fb38faf6e6657fc3" }
46+
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev="eb9b456fdde92d4ca12c7573fb38faf6e6657fc3" }

0 commit comments

Comments
 (0)