Uh oh!
There was an error while loading. Please reload this page.
[SPARK-20636] Add the rule TransposeWindow to the optimization batch - #23222
[SPARK-20636] Add the rule TransposeWindow to the optimization batch#23222gatorsmile wants to merge 5 commits into
Conversation
gatorsmile
commented
Dec 5, 2018
cloud-fan
commented
Dec 5, 2018
That PR also added an end-to-end test, does this mean that test is not valid? |
gatorsmile
commented
Dec 5, 2018
We can compare the plans and see whether the rule takes an effect. |
SparkQA
commented
Dec 5, 2018
Test build #99698 has finished for PR 23222 at commit
|
dongjoon-hyun
commented
Dec 5, 2018
Retest this please. |
SparkQA
commented
Dec 5, 2018
Test build #99701 has finished for PR 23222 at commit
|
jiangxb1987
commented
Dec 5, 2018
Shall we add a SQL tag to the title? |
Jenkins passes, which means the previously added end-to-end test can't show the benefit of this rule. We should update it. |
ptkool
commented
Dec 5, 2018
I'm not sure how this ended up being omitted. |
cloud-fan
commented
Dec 17, 2018
LGTM |
SparkQA
commented
Dec 17, 2018
Test build #100219 has finished for PR 23222 at commit
|
SparkQA
commented
Dec 17, 2018
Test build #100215 has finished for PR 23222 at commit
|
gatorsmile
commented
Dec 17, 2018
Thanks! Merged to master. |
## What changes were proposed in this pull request? This PR is a follow-up of the PR apache#17899. It is to add the rule TransposeWindow the optimizer batch. ## How was this patch tested? The existing tests. Closesapache#23222 from gatorsmile/followupSPARK-20636. Authored-by: gatorsmile <gatorsmile@gmail.com> Signed-off-by: gatorsmile <gatorsmile@gmail.com>
## What changes were proposed in this pull request? This PR is a follow-up of the PR apache#17899. It is to add the rule TransposeWindow the optimizer batch. ## How was this patch tested? The existing tests. Closesapache#23222 from gatorsmile/followupSPARK-20636. Authored-by: gatorsmile <gatorsmile@gmail.com> Signed-off-by: gatorsmile <gatorsmile@gmail.com>
What changes were proposed in this pull request?
This PR is a follow-up of the PR #17899. It is to add the rule TransposeWindow the optimizer batch.
How was this patch tested?
The existing tests.