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-51870] Support SPARK_GENERATE_GOLDEN_FILES in SQLTests
### What changes were proposed in this pull request?
This PR aims to support `SPARK_GENERATE_GOLDEN_FILES` in `SQLTests`.
### Why are the changes needed?
To improve `SQLTests`.
### Does this PR introduce _any_ user-facing change?
No, this is a test-related improvement.
### How was this patch tested?
Pass the CIs and manual review.
```
SPARK_GENERATE_GOLDEN_FILES=1 swift test --filter SQLTests
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#84 from dongjoon-hyun/SPARK-51870.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments