corwinjoy commented on code in PR #6637:
URL: https://github.com/apache/arrow-rs/pull/6637#discussion_r1950048309


##########
parquet/Cargo.toml:
##########
@@ -98,7 +101,7 @@ zstd-sys = { version = ">=2.0.0, <2.0.14", default-features 
= false }
 all-features = true
 
 [features]
-default = ["arrow", "snap", "brotli", "flate2", "lz4", "zstd", "base64", 
"simdutf8"]
+default = ["arrow", "snap", "brotli", "flate2", "lz4", "zstd", "base64", 
"simdutf8", "encryption"]

Review Comment:
   @rok When I was trying to work with the old version of the branch, the code 
would not actually compile with encryption turned off. So, you should probably 
run a test of that case to make sure that no-encryption compiles.



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