tustvold commented on code in PR #3028:
URL: https://github.com/apache/arrow-rs/pull/3028#discussion_r1014794759


##########
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:
   It is somewhat unfortunate the number of these, perhaps we should provide 
re-exports to reduce this. On the flip side, parquet is a very complex crate 
and so perhaps it is just a bit special in needing all the things :sweat_smile: 



-- 
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]

Reply via email to