You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/31 15:29:39 UTC

[GitHub] [arrow-rs] Marwes commented on a change in pull request #731: fix: Allow parquet to be compiled without arrow (fix --no-default-features)

Marwes commented on a change in pull request #731:
URL: https://github.com/apache/arrow-rs/pull/731#discussion_r699431058



##########
File path: parquet/Cargo.toml
##########
@@ -60,6 +60,7 @@ serde_json = { version = "1.0", features = ["preserve_order"] }
 [features]
 default = ["arrow", "snap", "brotli", "flate2", "lz4", "zstd", "base64"]
 cli = ["serde_json", "base64", "clap"]
+test = []

Review comment:
       Ideally this should not be part of the default features as it appears (to me at least) to be a module only used for tests, so end users shouldn't ever need the module.




-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org