-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-11734][SQL] Rename TungstenProject -> Project, TungstenSort -> Sort #9700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been rolled into SortSuite.
|
Test build #45883 has finished for PR 9700 at commit
|
|
Test build #45890 has finished for PR 9700 at commit
|
|
Test build #2057 has finished for PR 9700 at commit
|
|
Test build #45942 has finished for PR 9700 at commit
|
|
Test build #45943 has finished for PR 9700 at commit
|
|
Going to merge this first since it is mostly just renaming. I will submit followup prs if there are any posthoc feedback. |
… 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>
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.