SEPURI-SAI-KRISHNA commented on PR #56746: URL: https://github.com/apache/spark/pull/56746#issuecomment-5263027186
@cloud-fan Fixed, CI is green now. The failures came from the branch being ~860 commits behind master, so CI was running June's workflow config and Docker image definitions, Base image build failed on the docs image, which cascaded into Linters, Docs, PySpark and SparkR all failing at Initialize containers with every step reported as skipped. I've rebased onto current master and those all pass. The one remaining failure was ClientStreamingQuerySuite (unrelated to this change, and historically flaky, SPARK-48800); it passed on re-run. -- 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]
