Uh oh!
There was an error while loading. Please reload this page.
[SPARK-11734][SQL] Rename TungstenProject -> Project, TungstenSort -> Sort - #9700
Closed
rxin wants to merge 5 commits into
Closed
[SPARK-11734][SQL] Rename TungstenProject -> Project, TungstenSort -> Sort#9700rxin wants to merge 5 commits into
rxin wants to merge 5 commits into
Conversation
ContributorAuthor
There was a problem hiding this comment.
This has been rolled into SortSuite.
SparkQA
commented
Nov 13, 2015
Test build #45883 has finished for PR 9700 at commit
|
SparkQA
commented
Nov 13, 2015
Test build #45890 has finished for PR 9700 at commit
|
SparkQA
commented
Nov 14, 2015
Test build #2057 has finished for PR 9700 at commit
|
SparkQA
commented
Nov 15, 2015
Test build #45942 has finished for PR 9700 at commit
|
SparkQA
commented
Nov 15, 2015
Test build #45943 has finished for PR 9700 at commit
|
rxin
commented
Nov 15, 2015
ContributorAuthor
Going to merge this first since it is mostly just renaming. I will submit followup prs if there are any posthoc feedback. |
asfgit pushed a commit
that referenced
this pull request
Nov 15, 2015
… Sort I didn't remove the old Sort operator, since we still use it in randomized tests. I moved it into test module and renamed it ReferenceSort. Author: Reynold Xin <rxin@databricks.com> Closes#9700 from rxin/SPARK-11734. (cherry picked from commit d22fc10) Signed-off-by: Reynold Xin <rxin@databricks.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.
I didn't remove the old Sort operator, since we still use it in randomized tests. I moved it into test module and renamed it ReferenceSort.