Skip to content

Commit

Permalink
[deps] bump arrow2 & parquet2
Browse files Browse the repository at this point in the history
Signed-off-by: Chojan Shang <[email protected]>
  • Loading branch information
PsiACE committed Aug 27, 2021
1 parent 17f9100 commit bbf0e41
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
29 changes: 10 additions & 19 deletions Cargo.lock

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

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/psiace/arrow2", rev = "5187d3d" }
arrow-flight = { git="https://github.com/psiace/arrow2", rev = "5187d3d" }
parquet = {package = "parquet2", git = "https://github.com/datafuse-extras/parquet2", rev = "05854c0"}
arrow = { package = "arrow2", git="https://github.com/datafuse-extras/arrow2", rev = "7765067" }
arrow-flight = { git="https://github.com/datafuse-extras/arrow2", rev = "7765067" }
parquet = {package = "parquet2", git = "https://github.com/datafuse-extras/parquet2", rev = "d28330f"}
# Crates.io dependencies

[dev-dependencies]

0 comments on commit bbf0e41

Please sign in to comment.