Uh oh!
There was an error while loading. Please reload this page.
[MINOR][SQL] Not dropping all necessary tables - #13767
Closed
techaddict wants to merge 1 commit into
Closed
Conversation
Not dropping table `parquet_t3`
SparkQA
commented
Jun 19, 2016
Test build #60799 has finished for PR 13767 at commit
|
techaddict
commented
Jun 19, 2016
ContributorAuthor
jenkins retest this please |
SparkQA
commented
Jun 19, 2016
Test build #60808 has finished for PR 13767 at commit
|
techaddict
commented
Jun 30, 2016
ContributorAuthor
cc: @srowen |
srowen
commented
Sep 3, 2016
Member
@techaddict I missed this, is it still relevant? |
techaddict
commented
Sep 3, 2016
ContributorAuthor
@srowen yes, the issue is still there. |
SparkQA
commented
Sep 3, 2016
Test build #64897 has finished for PR 13767 at commit
|
srowen
commented
Sep 3, 2016
Member
Merged to master/2.0 as that was obviously the intent of the test cleanup logic |
asfgit pushed a commit
that referenced
this pull request
Sep 3, 2016
## What changes were proposed in this pull request? was not dropping table `parquet_t3` ## How was this patch tested? tested `LogicalPlanToSQLSuite` locally Author: Sandeep Singh <sandeep@techaddict.me> Closes#13767 from techaddict/minor-8. (cherry picked from commit a8a35b3) Signed-off-by: Sean Owen <sowen@cloudera.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
was not dropping table
parquet_t3How was this patch tested?
tested
LogicalPlanToSQLSuitelocally