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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]