Uh oh!
There was an error while loading. Please reload this page.
[SPARK-32741][SQL][FOLLOWUP] Run plan integrity check only for effective plan changes - #29928
[SPARK-32741][SQL][FOLLOWUP] Run plan integrity check only for effective plan changes#29928maropu wants to merge 1 commit into
Conversation
maropu
commented
Oct 2, 2020
I will check the running time of Jenkins. cc: @dongjoon-hyun |
SparkQA
commented
Oct 2, 2020
Kubernetes integration test starting |
dongjoon-hyun
commented
Oct 2, 2020
Thank you for this investigation, @maropu . |
@maropu . Could you run |
dongjoon-hyun
commented
Oct 2, 2020
Retest this please |
maropu
commented
Oct 2, 2020
Thanks for the update, @dongjoon-hyun |
SparkQA
commented
Oct 2, 2020
Kubernetes integration test status success |
SparkQA
commented
Oct 2, 2020
Kubernetes integration test starting |
SparkQA
commented
Oct 2, 2020
Kubernetes integration test status failure |
SparkQA
commented
Oct 2, 2020
Test build #129327 has finished for PR 29928 at commit
|
SparkQA
commented
Oct 2, 2020
Test build #129329 has finished for PR 29928 at commit
|
maropu
commented
Oct 2, 2020
okay, it seems the running time got recovered: https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/129327/ FYI: latest running test: |
maropu
commented
Oct 2, 2020
retest this please |
dongjoon-hyun
commented
Oct 2, 2020
Oh, is it recovered? It's great, @maropu . |
dongjoon-hyun
commented
Oct 2, 2020
Thank you so much, @maropu . |
maropu
commented
Oct 2, 2020
Yea, right, I think so. The latest test run seems much faster than the previous ones: |
SparkQA
commented
Oct 2, 2020
Test build #129331 has finished for PR 29928 at commit
|
maropu
commented
Oct 2, 2020
(I will re-run the test a couple of times before merging this..) |
dongjoon-hyun
commented
Oct 2, 2020
Sure, go ahead~ |
SparkQA
commented
Oct 2, 2020
Kubernetes integration test starting |
SparkQA
commented
Oct 2, 2020
Kubernetes integration test status failure |
SparkQA
commented
Oct 2, 2020
Test build #129341 has finished for PR 29928 at commit
|
maropu
commented
Oct 2, 2020
I checked |
maropu
commented
Oct 2, 2020
Thanks, @dongjoon-hyun ! Merged to master. |
SparkQA
commented
Oct 2, 2020
Test build #129340 has finished for PR 29928 at commit
|
Thank you so much again. |
What changes were proposed in this pull request?
(This is a followup PR of #29585) The PR modified
RuleExecutor#isPlanIntegralcode for checking if a plan has globally-unique attribute IDs, but this check made Jenkins maven test jobs much longer (See the Dongjoon comment and thanks, @dongjoon-hyun !). To recover running time for the Jenkins tests, this PR intends to update the code to run plan integrity check only for effective plans.Why are the changes needed?
To recover running time for Jenkins tests.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Existing tests.