tustvold commented on code in PR #4765:
URL: https://github.com/apache/arrow-rs/pull/4765#discussion_r1314807956
##########
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:
When you switch to the parquet crate it shouldn't need to recompile all the
arrow-ipc gubbins, this gets really annoying if say your working on
arrow-select and switching between crates to integration test things. It isn't
the end of the world, but it very quickly gets out of hand. The DataFusion
codebase is extremely painful to work on as a result of this -
https://github.com/apache/arrow-datafusion/issues/7370
--
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]