Skip to content

Commit

Permalink
feat: compression info in schema subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC committed May 10, 2023
1 parent e9ee652 commit 5d4c895
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 57 deletions.
85 changes: 32 additions & 53 deletions Cargo.lock

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

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ categories = ["command-line-utilities"]
thiserror = "1.0.30"
log = "0.4.16"
env_logger = "0.9.0"
parquet = { version = "38.0.0", features = ["cli"] }
arrow = { version = "38.0.0", features = ["chrono-tz"] }
clap = { version = "4.2.7", features = ["derive"]}
# TODO: Update `parquet` and `arrow` to `40.0.0` when they are released
parquet = { git = "https://github.com/apache/arrow-rs.git", rev = "0e9bdd651fffff155f6c38be692e4242d7f58577", features = ["cli"] }
arrow = { git = "https://github.com/apache/arrow-rs.git", rev = "0e9bdd651fffff155f6c38be692e4242d7f58577", features = ["chrono-tz"] }
clap = { version = "4.2.7", features = ["derive"] }
rand = "0.8.5"
walkdir = "2.3.2"
serde = { version = "1.0", features = ["derive"]}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit 5d4c895

Please sign in to comment.