Skip to content

Commit

Permalink
Merge e1825cd into 0575a94
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Apr 1, 2022
2 parents 0575a94 + e1825cd commit 1282c11
Show file tree
Hide file tree
Showing 5 changed files with 510 additions and 273 deletions.
5 changes: 3 additions & 2 deletions parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ base64 = { version = "0.13", optional = true }
clap = { version = "3", optional = true, features = ["derive", "env"] }
serde_json = { version = "1.0", features = ["preserve_order"], optional = true }
rand = "0.8"
async-trait = { version = "0.1", optional = true }
futures = { version = "0.3", optional = true }
tokio = { version = "1.0", optional = true, default-features = false, features = ["macros", "fs", "rt", "io-util"] }
tokio = { version = "1.0", optional = true, default-features = false, features = ["rt"] }

[dev-dependencies]
criterion = "0.3"
Expand All @@ -67,7 +68,7 @@ test_common = []
# Experimental, unstable functionality primarily used for testing
experimental = []
# Enable async API
async = ["futures", "tokio"]
async = ["futures", "tokio", "async-trait"]

[[bin]]
name = "parquet-read"
Expand Down
Loading

0 comments on commit 1282c11

Please sign in to comment.