viirya commented on code in PR #3028:
URL: https://github.com/apache/arrow-rs/pull/3028#discussion_r1018684775
##########
parquet/Cargo.toml:
##########
@@ -30,6 +30,14 @@ edition = "2021"
rust-version = "1.62"
[dependencies]
+arrow-array = { version = "26.0.0", path = "../arrow-array", default-features
= false, optional = true }
Review Comment:
Maybe for some basic crates like arrow-buffer, arrow-data, arrow-schema,
perhaps we can provide re-export (arrow-core?) for them.
Like you said, if this is just a special case, then it is fine.
--
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]