kumarUjjawal opened a new pull request, #25709: URL: https://github.com/apache/datafusion/pull/25709
## Which issue does this PR close? - Closes #25705. ## Rationale for this change The MinIO image is no longer available on Docker Hub or quay.io. The `datafusion-cli` S3 integration tests fail on every merge queue run. ## What changes are included in this PR? - Use `rustfs/rustfs:1.0.0` as the S3 server in `datafusion-cli/tests/cli_integration.rs`. - Create the bucket and upload the test files with `curl --aws-sigv4`, because the RustFS image has no `mc`. - Pre-pull the RustFS image in CI. - Update `datafusion-cli/CONTRIBUTING.md`. ## What is the testing strategy for this PR? Existing tests. `TEST_STORAGE_INTEGRATION=1 cargo xtask ci step test cli` passes locally (35/35 in `cli_integration`, including the 4 S3 tests that fail on `main`). ## Are there any user-facing changes? No. -- 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]
