Skip to content

Commit

Permalink
TEMP update to datafusion-cli as well
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Sep 16, 2022
1 parent 88c6cb9 commit b935cc5
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 32 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ lto = true

# TEMP
[patch.crates-io]
arrow = { git = "https://github.com/apache/arrow-rs.git", rev="51466634f11b7d965ca3c912835c91e0f84a6c92"}
parquet = { git = "https://github.com/apache/arrow-rs.git", rev="51466634f11b7d965ca3c912835c91e0f84a6c92" }
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev="51466634f11b7d965ca3c912835c91e0f84a6c92" }
arrow = { git = "https://github.com/apache/arrow-rs.git", rev="eb9b456fdde92d4ca12c7573fb38faf6e6657fc3"}
parquet = { git = "https://github.com/apache/arrow-rs.git", rev="eb9b456fdde92d4ca12c7573fb38faf6e6657fc3" }
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev="eb9b456fdde92d4ca12c7573fb38faf6e6657fc3" }
50 changes: 21 additions & 29 deletions datafusion-cli/Cargo.lock

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

6 changes: 6 additions & 0 deletions datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ mimalloc = { version = "0.1", default-features = false }
rustyline = "9.0"
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] }


# TEMP
[patch.crates-io]
arrow = { git = "https://github.com/apache/arrow-rs.git", rev="eb9b456fdde92d4ca12c7573fb38faf6e6657fc3"}
parquet = { git = "https://github.com/apache/arrow-rs.git", rev="eb9b456fdde92d4ca12c7573fb38faf6e6657fc3" }
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev="eb9b456fdde92d4ca12c7573fb38faf6e6657fc3" }

0 comments on commit b935cc5

Please sign in to comment.