Uh oh!
There was an error while loading. Please reload this page.
[SPARK-17391] [TEST] [2.0] Fix Two Test Failures After Backport - #14951
[SPARK-17391] [TEST] [2.0] Fix Two Test Failures After Backport#14951gatorsmile wants to merge 1 commit into
Conversation
gatorsmile
commented
Sep 3, 2016
SparkQA
commented
Sep 3, 2016
Test build #64907 has finished for PR 14951 at commit
|
| } | ||
| test("SPARK-6212: The EXPLAIN output of CTAS only shows the analyzed plan") { | ||
| test("SPARK-17230: The EXPLAIN output of CTAS only shows the analyzed plan") { |
There was a problem hiding this comment.
When we backporting this PR: #14797 , it breaks the existing test case. It does not correctly work in the master branch. If we do not want to optimize the query of CTAS, we should see SubqueryAlias. Thus, the test case did not fail in the master branch.
cloud-fan
commented
Sep 4, 2016
thanks for fixing it! Sorry this is my bad, I should be more careful when backporting DDL related bug fixes to 2.0, as the code of master and 2.0 differ a lot now. |
gatorsmile
commented
Sep 4, 2016
Yeah, it is a little bit painful when we backport the PRs. When I backported |
### What changes were proposed in this pull request?
In the latest branch 2.0, we have two test case failure due to backport.
- test("ALTER VIEW AS should keep the previous table properties, comment, create_time, etc.")
- test("SPARK-6212: The EXPLAIN output of CTAS only shows the analyzed plan")
### How was this patch tested?
N/A
Author: gatorsmile <gatorsmile@gmail.com>
Closes#14951 from gatorsmile/fixTestFailure.cloud-fan
commented
Sep 5, 2016
thanks, merging to 2.0! |
Since it is merged, I close it now. Thanks! |
What changes were proposed in this pull request?
In the latest branch 2.0, we have two test case failure due to backport.
How was this patch tested?
N/A