Dandandan commented on code in PR #3642: URL: https://github.com/apache/arrow-datafusion/pull/3642#discussion_r983806105
########## datafusion/core/Cargo.toml: ########## @@ -57,8 +57,10 @@ unicode_expressions = ["datafusion-physical-expr/regex_expressions", "datafusion ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] } apache-avro = { version = "0.14", optional = true } arrow = { version = "23.0.0", features = ["prettyprint"] } +async-compression = { version = "0.3.14", features = ["bzip2", "gzip", "futures-io", "tokio"] } async-trait = "0.1.41" bytes = "1.1" +bzip2 = "0.4.3" Review Comment: Any ideas how many dependencies we are adding? I guess some of them are already transitive dependencies through parquet. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org