Skip to content

Commit

Permalink
arrow2 0.17, arrow2_convert 0.5 and update to new datatypes
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Apr 14, 2023
1 parent e8e2d9b commit 05ed574
Show file tree
Hide file tree
Showing 11 changed files with 146 additions and 108 deletions.
132 changes: 74 additions & 58 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ rerun = { path = "crates/rerun", version = "0.4.0" }

ahash = "0.8"
anyhow = "1.0"
arrow2 = "0.16"
arrow2_convert = "0.4.2"
arrow2 = "0.17"
arrow2_convert = "0.5.0"
clap = "4.0"
comfy-table = { version = "6.1", default-features = false }
ctrlc = { version = "3.0", features = ["termination"] }
Expand Down Expand Up @@ -112,3 +112,5 @@ debug = true
# If that is not possible, patch to a branch that has a PR open on the upstream repo.
# As a last resport, patch with a commit to our own repository.
# ALWAYS document what PR the commit hash is part of, or when it was merged into the upstream trunk.
arrow2 = { git = "https://github.com/rerun-io/arrow2", branch = "cmc/arc_datatype" }
arrow2_convert = { git = "https://github.com/rerun-io/arrow2-convert", branch = "cmc/arc_datatype" }
Loading

0 comments on commit 05ed574

Please sign in to comment.