Commit a5453a6
committed
fix: resolve scalafix and q9 plan-stability failures after main merge
Two issues surfaced once CI ran (the feature commits used [skip ci]):
- datetime.scala: drop redundant `s` interpolators on two string literals in
the date_format info hint (scalafix CHECK).
- tpcds q9 golden: the info-message change makes ExtendedExplainInfo omit an
empty `[COMET: ]` for a bare Spark fallback Project, so the root renders as
`Project`. Update the approved plan to match.1 parent 57dd421 commit a5453a6
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- spark/src
- main/scala/org/apache/comet/serde
- test/resources/tpcds-plan-stability/approved-plans-v1_4/q9
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
688 | 688 | | |
689 | 689 | | |
690 | 690 | | |
691 | | - | |
| 691 | + | |
692 | 692 | | |
693 | | - | |
| 693 | + | |
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments