You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/08 10:33:15 UTC

[GitHub] [arrow-rs] alamb commented on a diff in pull request #1798: add parquet-fromcsv (#1)

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org