ritchie46 commented on code in PR #4765:
URL: https://github.com/apache/arrow-rs/pull/4765#discussion_r1314812778
##########
parquet/Cargo.toml:
##########
@@ -42,7 +42,7 @@ arrow-csv = { workspace = true, optional = true }
arrow-data = { workspace = true, optional = true }
arrow-schema = { workspace = true, optional = true }
arrow-select = { workspace = true, optional = true }
-arrow-ipc = { workspace = true, optional = true }
+arrow-ipc = { workspace = true, default-features = false, optional = true }
Review Comment:
Right.. So the ideal case would be having an `IPC-schema` crate? Not saying
that we should, but more a philosophical question. That would shorten compile
times for both consumers and devs?
--
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]