Skip to content

Commit

Permalink
Merge aa1efb0 into 9ca59b6
Browse files Browse the repository at this point in the history
  • Loading branch information
msalib authored Sep 23, 2021
2 parents 9ca59b6 + aa1efb0 commit 7b816b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lz4 = { version = "1.23", optional = true }
zstd = { version = "0.9", optional = true }
chrono = "0.4"
num-bigint = "0.4"
arrow = { path = "../arrow", version = "6.0.0-SNAPSHOT", optional = true }
arrow = { path = "../arrow", version = "6.0.0-SNAPSHOT", optional = true, default-features = false }
base64 = { version = "0.13", optional = true }
clap = { version = "2.33.3", optional = true }
serde_json = { version = "1.0", features = ["preserve_order"], optional = true }
Expand Down

0 comments on commit 7b816b9

Please sign in to comment.