emilk commented on code in PR #10737:
URL: https://github.com/apache/arrow-rs/pull/10737#discussion_r3914057075
##########
arrow-schema/Cargo.toml:
##########
@@ -33,6 +33,7 @@ name = "arrow_schema"
bench = false
[dependencies]
+arrow-buffer = { workspace = true }
Review Comment:
This is so that `ArrowError` can wrap the errors in `arrow-buffer`, but
maybe the dependency should point the other way, and all error types live in
arrow-schema? Either way we add a new dependency to _something_
--
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]