[SPARK-11694] [SQL] Backports #9754#9763
Closed
HyukjinKwon wants to merge 4 commits intoapache:branch-1.6from
Closed
[SPARK-11694] [SQL] Backports #9754#9763HyukjinKwon wants to merge 4 commits intoapache:branch-1.6from
HyukjinKwon wants to merge 4 commits intoapache:branch-1.6from
Conversation
Member
Author
|
I mistakenly added SPARK-11692 (#9658) here as I though this is supposed to go to branch 1.6.0 but this is classified for version 1.7. I will take this out. |
Contributor
|
LGTM pending Jenkins. |
|
Test build #46075 has finished for PR 9763 at commit
|
|
Test build #46082 has finished for PR 9763 at commit
|
Contributor
|
Thanks! Merging to branch-1.6. BTW, it's not a big deal, but you can cc other users in comments instead of in PR descriptions. Because the PR description will be part of the final commit message when a PR is merged. |
asfgit
pushed a commit
that referenced
this pull request
Nov 17, 2015
The main purpose of this PR is to backport #9754 I added several commits but they are identical with the PR. I will cc liancheng just to find this easily. Author: hyukjinkwon <gurwls223@gmail.com> Author: HyukjinKwon <gurwls223@gmail.com> Closes #9763 from HyukjinKwon/SPARK-11694-followup-backporting.
Contributor
|
Hi @HyukjinKwon, would you mind closing this PR on GitHub now that it's been merged? GitHub won't auto-close backport branch PRs like this one. |
Member
Author
|
Oh, sure. Thanks! |
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 free
to 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.
The main purpose of this PR is to backport #9754
I added several commits but they are identical with the PR.
I will cc @liancheng just to find this easily.