Jimexist commented on code in PR #3993: URL: https://github.com/apache/arrow-datafusion/pull/3993#discussion_r1011145434
########## 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: without it, no tests will be run i guess... -- 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]
