vigneshsiva11 commented on PR #3278: URL: https://github.com/apache/datafusion-comet/pull/3278#issuecomment-3871605120
Regarding the failing CI job: the failure is not related to the code change. The job failed while setting up Rust on the GitHub Actions runner: rustup was unable to download "https://static.rust-lang.org/dist/channel-rust-stable.toml.sha256" due to a transient network connectivity issue (“Network is unreachable”). This happens before any project code or tests are executed, and the failure is outside the Spark/Comet test logic introduced in this PR. Once the CI job is retried on a healthy runner, it should proceed normally. -- 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]
