alamb opened a new pull request, #25485: URL: https://github.com/apache/datafusion/pull/25485
- Fixes https://github.com/apache/datafusion/issues/25215 on branch-55 This PR: - Backports https://github.com/apache/datafusion/pull/25092 and https://github.com/apache/datafusion/pull/25216 from @comphead to the branch-55 line ## Rationale MinIO withdrew `minio/minio` from Docker Hub on 2026-09-11, so every `datafusion-cli` storage integration test on `branch-55` now panics while pulling the image (for example the CI failure on https://github.com/apache/datafusion/pull/25277). #25216 is the actual fix: it pulls the image from quay.io, which still serves the same tag. It applies on top of #25092, which adds the retry / pre-pull scaffolding that #25216 modifies, so both are backported. Both cherry-picks applied cleanly. Verified locally with `TEST_STORAGE_INTEGRATION=1 cargo test -p datafusion-cli --test cli_integration` that `test_cli`, `test_aws_options`, `test_s3_url_fallback` and `test_object_store_profiling` pass. -- 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]
