alamb commented on code in PR #12032:
URL: https://github.com/apache/datafusion/pull/12032#discussion_r1742677561
##########
datafusion-cli/Cargo.toml:
##########
@@ -30,9 +30,16 @@ rust-version = "1.76"
readme = "README.md"
[dependencies]
-arrow = { version = "52.2.0" }
+arrow = { version = "53.0.0" }
async-trait = "0.1.73"
aws-config = "1.5.5"
+# begin pin aws-sdk crates otherwise CI MSRV check fails
Review Comment:
Here is an example failure
https://github.com/apache/datafusion/actions/runs/10690110122/job/29633769353?pr=12032
The same thing actually happens on main if you do `cargo update` in the
`datafusion-cli` directory, just no one had hit that yet
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]