TeodorDjelic commented on PR #52287: URL: https://github.com/apache/spark/pull/52287#issuecomment-3358600933
> The added test seems to be flaky, I see at least two failures after merging > > ``` > [info] - scripting/randomly_generated_scripts.sql_analyzer_test *** FAILED *** (29 seconds, 207 milliseconds) > ... > ``` > > * https://github.com/pan3793/spark/actions/runs/18164604352/job/51703499910 > * https://github.com/apache/spark/actions/runs/18164047778/job/51701524720 Thanks for reporting it, and the logs. There was a single non-deterministic script in the test that was causing the flakiness. Following PR should resolve the issue https://github.com/apache/spark/pull/52500. -- 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]
