ariel-miculas commented on code in PR #9632:
URL: https://github.com/apache/arrow-rs/pull/9632#discussion_r3022505836
##########
arrow-avro/Cargo.toml:
##########
@@ -77,6 +77,8 @@ rand = "0.9"
md5 = { version = "0.8", optional = true }
sha2 = { version = "0.11", optional = true }
tokio = { version = "1.0", optional = true, default-features = false, features
= ["macros", "rt", "io-util"] }
+tokio-util = { version = "0.7.18", default-features = false, features = ["io"]
}
+async-stream = "0.3.6"
Review Comment:
AsyncFileReader was indeed feature-gated before, so I'll make these two
dependencies optional and add them as part of async feature
--
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]