Skip to content

Commit

Permalink
Minor: use workspace arrow-array rather than hard coded 34 (#5794)
Browse files Browse the repository at this point in the history
* Minor: use workspace arrow-array rather than hard coded 34

* Update datafusion-cli cargo.toml
  • Loading branch information
alamb authored Mar 30, 2023
1 parent b779c2f commit c77d3f6
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 100 deletions.
153 changes: 54 additions & 99 deletions datafusion-cli/Cargo.lock

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

2 changes: 1 addition & 1 deletion datafusion/physical-expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ unicode_expressions = ["unicode-segmentation"]
[dependencies]
ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] }
arrow = { workspace = true }
arrow-array = { version = "34.0.0", default-features = false, features = ["chrono-tz"] }
arrow-array = { workspace = true }
arrow-buffer = { workspace = true }
arrow-schema = { workspace = true }
blake2 = { version = "^0.10.2", optional = true }
Expand Down

0 comments on commit c77d3f6

Please sign in to comment.