Commit d709159
committed
### 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]>
1 parent 79d8189 commit d709159
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
84 | 89 | | |
85 | 90 | | |
86 | 91 | | |
| |||
0 commit comments