Uh oh!
There was an error while loading. Please reload this page.
[MINOR][CORE][TEST] Remove unnecessary sort in UnsafeInMemorySorterSuite - #21536
Closed
jiangxb1987 wants to merge 1 commit into
Closed
[MINOR][CORE][TEST] Remove unnecessary sort in UnsafeInMemorySorterSuite#21536jiangxb1987 wants to merge 1 commit into
jiangxb1987 wants to merge 1 commit into
Conversation
SparkQA
commented
Jun 12, 2018
Test build #91691 has finished for PR 21536 at commit
|
HyukjinKwon
commented
Jun 12, 2018
Member
Hm .. ? retest this please |
SparkQA
commented
Jun 12, 2018
Test build #91695 has finished for PR 21536 at commit
|
jiangxb1987
commented
Jun 12, 2018
ContributorAuthor
retest this please |
SparkQA
commented
Jun 12, 2018
Test build #91721 has finished for PR 21536 at commit
|
jiangxb1987
commented
Jun 13, 2018
ContributorAuthor
retest this please |
SparkQA
commented
Jun 13, 2018
Test build #91746 has finished for PR 21536 at commit
|
jiangxb1987
commented
Jun 13, 2018
ContributorAuthor
retest this please |
SparkQA
commented
Jun 13, 2018
Test build #91753 has finished for PR 21536 at commit
|
jiangxb1987
commented
Jun 14, 2018
ContributorAuthor
@HyukjinKwon can we merge this? |
HyukjinKwon
commented
Jun 14, 2018
Member
Sure. |
HyukjinKwon
commented
Jun 14, 2018
Member
Merged to master and branch-2.3. |
asfgit pushed a commit
that referenced
this pull request
Jun 14, 2018
## What changes were proposed in this pull request? We don't require specific ordering of the input data, the sort action is not necessary and misleading. ## How was this patch tested? Existing test suite. Author: Xingbo Jiang <xingbo.jiang@databricks.com> Closes#21536 from jiangxb1987/sorterSuite. (cherry picked from commit 534065e) Signed-off-by: hyukjinkwon <gurwls223@apache.org>
jiangxb1987
commented
Jun 14, 2018
ContributorAuthor
Thanks! @HyukjinKwon |
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?
We don't require specific ordering of the input data, the sort action is not necessary and misleading.
How was this patch tested?
Existing test suite.