Commit 19aad9e
[SPARK-49578][SQL][TESTS][FOLLOWUP] Regenerate Java 21 golden file for
### What changes were proposed in this pull request?
This pr regenerate Java 21 golden file for `postgreSQL/float4.sql` and `postgreSQL/int8.sql` to fix Java 21 daily test.
### Why are the changes needed?
Fix Java 21 daily test:
- https://github.com/apache/spark/actions/runs/10823897095/job/30030200710
```
[info] - postgreSQL/float4.sql *** FAILED *** (1 second, 100 milliseconds)
[info] postgreSQL/float4.sql
[info] Expected "...arameters" : {
[info] "[ansiConfig" : "\"spark.sql.ansi.enabled\"",
[info] "]expression" : "'N A ...", but got "...arameters" : {
[info] "[]expression" : "'N A ..." Result did not match for query #11
[info] SELECT float('N A N') (SQLQueryTestSuite.scala:663)
...
[info] - postgreSQL/int8.sql *** FAILED *** (2 seconds, 474 milliseconds)
[info] postgreSQL/int8.sql
[info] Expected "...arameters" : {
[info] "[ansiConfig" : "\"spark.sql.ansi.enabled\"",
[info] "]sourceType" : "\"BIG...", but got "...arameters" : {
[info] "[]sourceType" : "\"BIG..." Result did not match for query apache#66
[info] SELECT CAST(q1 AS int) FROM int8_tbl WHERE q2 <> 456 (SQLQueryTestSuite.scala:663)
...
[info] *** 2 TESTS FAILED ***
[error] Failed: Total 3559, Failed 2, Errors 0, Passed 3557, Ignored 4
[error] Failed tests:
[error] org.apache.spark.sql.SQLQueryTestSuite
[error] (sql / Test / test) sbt.TestsFailedException: Tests unsuccessful
```
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
- Pass Github Acitons
- Manual checked: `build/sbt "sql/testOnly org.apache.spark.sql.SQLQueryTestSuite" with Java 21, all test passed
`
### Was this patch authored or co-authored using generative AI tooling?
No
Closes apache#48089 from LuciferYang/SPARK-49578-FOLLOWUP.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>postgreSQL/float4.sql and postgreSQL/int8.sql
1 parent 8023504 commit 19aad9e
File tree
2 files changed
+0
-11
lines changed- sql/core/src/test/resources/sql-tests/results/postgreSQL
2 files changed
+0
-11
lines changedLines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
| |||
122 | 121 | | |
123 | 122 | | |
124 | 123 | | |
125 | | - | |
126 | 124 | | |
127 | 125 | | |
128 | 126 | | |
| |||
147 | 145 | | |
148 | 146 | | |
149 | 147 | | |
150 | | - | |
151 | 148 | | |
152 | 149 | | |
153 | 150 | | |
| |||
196 | 193 | | |
197 | 194 | | |
198 | 195 | | |
199 | | - | |
200 | 196 | | |
201 | 197 | | |
202 | 198 | | |
| |||
393 | 389 | | |
394 | 390 | | |
395 | 391 | | |
396 | | - | |
397 | 392 | | |
398 | 393 | | |
399 | 394 | | |
| |||
419 | 414 | | |
420 | 415 | | |
421 | 416 | | |
422 | | - | |
423 | 417 | | |
424 | 418 | | |
425 | 419 | | |
| |||
461 | 455 | | |
462 | 456 | | |
463 | 457 | | |
464 | | - | |
465 | 458 | | |
466 | 459 | | |
467 | 460 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
741 | 740 | | |
742 | 741 | | |
743 | 742 | | |
| |||
763 | 762 | | |
764 | 763 | | |
765 | 764 | | |
766 | | - | |
767 | 765 | | |
768 | 766 | | |
769 | 767 | | |
| |||
809 | 807 | | |
810 | 808 | | |
811 | 809 | | |
812 | | - | |
813 | 810 | | |
814 | 811 | | |
815 | 812 | | |
| |||
898 | 895 | | |
899 | 896 | | |
900 | 897 | | |
901 | | - | |
902 | 898 | | |
903 | 899 | | |
904 | 900 | | |
| |||
0 commit comments