Skip to content

Commit

Permalink
Fix performance regression w/ parquet dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jupiter committed Feb 9, 2024
1 parent 318e530 commit b354cf6
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 121 deletions.
157 changes: 38 additions & 119 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "parquet2json"
description = "A command-line tool for streaming Parquet as line-delimited JSON"
version = "2.1.0"
version = "2.2.0"
edition = "2018"
license = "MIT"
authors = ["Pieter Raubenheimer <[email protected]>"]
Expand All @@ -14,7 +14,7 @@ crossbeam-channel = { version = "0.5.1" }
clap = "3.2.25"
lazy_static = { version = "1.4.0" }
openssl = { version = "0.10", features = ["vendored"] }
parquet = { version = "24.0.0", features = ["cli"] }
parquet = { version = "20.0.0", features = ["cli"] }
regex = { version = "1.5.4" }
reqwest = { version = "0.11.10", features = ["blocking"] }
rusoto_core = { version = "0.48.0", default_features = false, features=["rustls"] }
Expand Down

0 comments on commit b354cf6

Please sign in to comment.