You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-53536][CORE][FOLLOWUP] Fixing Flakiness of Golden File Test With Randomly Generated SQL Scripts
### What changes were proposed in this pull request?
- Fix the flakiness of the new golden file test with randomly generated SQL Scripts.
- One of the scripts was not executing deterministically, and removing it fixed the flakiness.
Referenced PR: #52287
### Why are the changes needed?
Changes are needed to fix the test flakiness.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Golden file was regenerated and run 10 times locally without a hiccup, where as with the flaky script, it could not run trice without the test failing.
### Was this patch authored or co-authored using generative AI tooling?
No
Closes#52500 from TeodorDjelic/golden-file-flakiness-fix.
Authored-by: Teodor Djelic <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
0 commit comments