Skip to content

Commit

Permalink
fix arrow path
Browse files Browse the repository at this point in the history
  • Loading branch information
devinjdangelo committed Oct 5, 2023
1 parent a70c095 commit 94d8c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rust-version = "1.70"
version = "31.0.0"

[workspace.dependencies]
arrow = { path = "../arrow-rs/arrow", features = ["prettyprint"] }
arrow = { git = "https://github.com/apache/arrow-rs.git", features = ["prettyprint"] }
arrow-array = { git = "https://github.com/apache/arrow-rs.git", default-features = false, features = ["chrono-tz"] }
arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", default-features = false }
arrow-flight = { git = "https://github.com/apache/arrow-rs.git", features = ["flight-sql-experimental"] }
Expand Down

0 comments on commit 94d8c21

Please sign in to comment.