panbingkun commented on PR #45624: URL: https://github.com/apache/spark/pull/45624#issuecomment-2011369532
@dongjoon-hyun @HyukjinKwon I finally found the reason for `pyspark-errors`'s failure, The `root` cause is that the `disk space is full`, so we need to backport this PR https://github.com/apache/spark/pull/42253 (@zhengruifeng ) to `branch-3.4`, At present, the test of `pyspark-errors` on branch-3.4 has passed, as follows: https://github.com/panbingkun/spark/actions/runs/8370751714/job/22918653065 <img width="1064" alt="image" src="https://github.com/apache/spark/assets/15246973/93ca45e4-59d0-4f30-8a64-d6064f8b3158"> -- 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]
