Jimexist commented on code in PR #3993:
URL: https://github.com/apache/arrow-datafusion/pull/3993#discussion_r1011145316


##########
datafusion/core/Cargo.toml:
##########
@@ -47,6 +47,7 @@ force_hash_collisions = []
 # Used to enable JIT code generation
 jit = ["datafusion-jit", "datafusion-row/jit"]
 pyarrow = ["pyo3", "arrow/pyarrow", "datafusion-common/pyarrow"]
+compression = ["xz2", "bzip2", "flate2", "async-compression"]

Review Comment:
   i wonder if it makes sense to include this feature into default feature?



-- 
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]

Reply via email to