alamb commented on code in PR #16368: URL: https://github.com/apache/datafusion/pull/16368#discussion_r2141695588
########## Cargo.toml: ########## @@ -149,7 +149,7 @@ hashbrown = { version = "0.14.5", features = ["raw"] } indexmap = "2.9.0" itertools = "0.14" log = "^0.4" -object_store = { version = "0.12.0", default-features = false } +object_store = { version = "0.12.2", default-features = false } Review Comment: I think we can leave this at a lower version to allow maximum flexibility in downstream crates ```suggestion object_store = { version = "0.12.0", default-features = false } ``` -- 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-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org