Jimexist commented on code in PR #3993:
URL: https://github.com/apache/arrow-datafusion/pull/3993#discussion_r1019801267
##########
datafusion/core/Cargo.toml:
##########
@@ -41,12 +41,13 @@ path = "src/lib.rs"
# Used to enable the avro format
avro = ["apache-avro", "num-traits", "datafusion-common/avro"]
crypto_expressions = ["datafusion-physical-expr/crypto_expressions"]
-default = ["crypto_expressions", "regex_expressions", "unicode_expressions"]
+default = ["compression", "crypto_expressions", "regex_expressions",
"unicode_expressions"]
Review Comment:
@alamb turns out it's harder than just putting it into the default features
##########
datafusion/core/Cargo.toml:
##########
@@ -57,10 +58,12 @@ 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 = "26.0.0", features = ["prettyprint"] }
-async-compression = { version = "0.3.14", features = ["bzip2", "gzip",
"futures-io", "tokio"] }
+arrow-buffer = "26.0.0"
+arrow-schema = "26.0.0"
Review Comment:
```suggestion
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]