alamb commented on code in PR #1798:
URL: https://github.com/apache/arrow-rs/pull/1798#discussion_r892195761
##########
parquet/Cargo.toml:
##########
@@ -49,6 +49,7 @@ serde_json = { version = "1.0", features =
["preserve_order"], optional = true }
rand = "0.8"
futures = { version = "0.3", optional = true }
tokio = { version = "1.0", optional = true, default-features = false, features
= ["macros", "fs", "rt", "io-util"] }
+anyhow = { version = "1.0.57", optional = true }
Review Comment:
I would like to keep arrow's dependency set as minimal as possible. Unless
we plan to totally revamp the Arrow error handling (which I think would cause
massive API churn for very little benefit) I prefer not to have this dependency
--
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]