Commit 2cd5365
[SPARK-42746][SQL][FOLLOWUP] Improve the golden files by print the hex string of binary
### What changes were proposed in this pull request?
This PR propose to improve the golden files by print the hex string of binary
### Why are the changes needed?
Based on the discussion at https://github.com/apache/spark/pull/48748/files#r1852083414.
We should make the output of golden tests more clear.
### Does this PR introduce _any_ user-facing change?
'No'.
New feature.
### How was this patch tested?
GA
### Was this patch authored or co-authored using generative AI tooling?
'No'.
Closes #49889 from beliefer/SPARK-42746_followup.
Authored-by: beliefer <[email protected]>
Signed-off-by: yangjie01 <[email protected]>1 parent 274dc5e commit 2cd5365
File tree
2 files changed
+5
-3
lines changed- sql/core/src/test/resources/sql-tests
- inputs
- results
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
0 commit comments