alamb commented on code in PR #7125:
URL: https://github.com/apache/arrow-rs/pull/7125#discussion_r1952668471
##########
arrow/Cargo.toml:
##########
@@ -53,7 +53,7 @@ arrow-schema = { workspace = true }
arrow-select = { workspace = true }
arrow-string = { workspace = true }
-rand = { version = "0.9", default-features = false, features = ["std",
"std_rng", "thread_rng"], optional = true }
+rand = { version = "0.8", default-features = false, features = ["std",
"std_rng"], optional = true }
Review Comment:
I think you are right, but it would take me more time to teas apart the PRs.
I am instead going to try and back out the entire original PR and then reapply
it
--
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]