viirya commented on code in PR #3028: URL: https://github.com/apache/arrow-rs/pull/3028#discussion_r1018634151
########## parquet/Cargo.toml: ########## @@ -70,9 +78,9 @@ all-features = true [features] default = ["arrow", "snap", "brotli", "flate2", "lz4", "zstd", "base64"] # Enable arrow reader/writer APIs -arrow = ["dep:arrow", "base64"] +arrow = ["base64", "arrow-array", "arrow-buffer", "arrow-cast", "arrow-data", "arrow-schema", "arrow-select", "arrow-ipc"] Review Comment: Nvm, I thought if this `arrow` is unnecessary and we can just have these "base64" features. But I saw you use `arrow` as a whole feature in many places. -- 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]
