Skip to content

Commit

Permalink
Merge pull request databendlabs#1294 from datafuselabs/sundy-li-patch-1
Browse files Browse the repository at this point in the history
Bump arrow2
  • Loading branch information
sundy-li authored Aug 5, 2021
2 parents e764630 + 62fc4a3 commit d7d0eb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ simd = ["arrow/simd"]
# Workspace dependencies

# Github dependencies
arrow = { package = "arrow2", git="https://github.com/datafuse-extras/arrow2", rev = "8190d11" }
arrow-flight = { git="https://github.com/datafuse-extras/arrow2", rev = "8190d11" }
parquet = {package = "parquet2", git = "https://github.com/datafuse-extras/parquet2", branch = "main"}
arrow = { package = "arrow2", git="https://github.com/datafuse-extras/arrow2", rev = "d545253" }
arrow-flight = { git="https://github.com/datafuse-extras/arrow2", rev = "d545253" }
parquet = {package = "parquet2", git = "https://github.com/datafuse-extras/parquet2", rev = "05854c0"}
# Crates.io dependencies

[dev-dependencies]

0 comments on commit d7d0eb5

Please sign in to comment.