Uh oh!
There was an error while loading. Please reload this page.
[SPARK-37670][FOLLOWUP][SQL][TESTS][3.2] Update TPCDS golden files - #36815
[SPARK-37670][FOLLOWUP][SQL][TESTS][3.2] Update TPCDS golden files#36815dongjoon-hyun wants to merge 1 commit into
Conversation
dongjoon-hyun
commented
Jun 9, 2022
cc @maryannxue , @cloud-fan , @HyukjinKwon , @sunchao |
HyukjinKwon
commented
Jun 9, 2022
👍 |
dongjoon-hyun
commented
Jun 9, 2022
Thank you, @HyukjinKwon ! |
dongjoon-hyun
commented
Jun 9, 2022
Thank you, @sunchao and @cloud-fan . |
dongjoon-hyun
commented
Jun 9, 2022
|
dongjoon-hyun
commented
Jun 9, 2022
Here is the summary.
However, the query plan structure itself looks identical. Only different ID is the root cause of failure here. |
cloud-fan
commented
Jun 9, 2022
Imagine that there is a global counter for CTE IDs, running a query along will have different IDs with running many queries. I think we need to regen the golden files with |
dongjoon-hyun
commented
Jun 9, 2022
That golden files in |
dongjoon-hyun
commented
Jun 9, 2022
Let me comment on the original PR. |
dongjoon-hyun
commented
Jun 9, 2022
As an alternative, reverting PR is also under testing. |
dongjoon-hyun
commented
Jun 9, 2022
Thank you everyone. This is closed according to @cloud-fan 's approach. |
What changes were proposed in this pull request?
This is a followup of #34929 to update TPCDS plan test golden file due to ID number changes.
Why are the changes needed?
Currently,
branch-3.2is broken.Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the CIs.