alexandreyc commented on code in PR #9612:
URL: https://github.com/apache/arrow-rs/pull/9612#discussion_r2987067768


##########
parquet/Cargo.toml:
##########
@@ -93,7 +93,7 @@ arrow = { workspace = true, features = ["ipc", "test_utils", 
"prettyprint", "jso
 arrow-cast = { workspace = true }
 tokio = { version = "1.0", default-features = false, features = ["macros", 
"rt-multi-thread", "io-util", "fs"] }
 rand = { version = "0.9", default-features = false, features = ["std", 
"std_rng", "thread_rng"] }
-object_store = { version = "0.13.1", default-features = false, features = 
["azure", "fs"] }
+object_store = { workspace = true, features = ["azure", "fs"] }

Review Comment:
   I had the same issue in https://github.com/apache/arrow-rs/pull/9614 and I 
think replacing `azure` by `tokio` makes more sense here.



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