-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-27722][SQL] removed the unsed "UnsafeKeyValueSorter" file. #24622
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
|
ok to test |
|
Test build #105435 has finished for PR 24622 at commit
|
|
please retest this |
|
@HyukjinKwon |
|
retest this please. |
|
ok to test |
HyukjinKwon
left a comment
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.
Looks good if build and tests pass. I think there's no point of keeping unused private codes in Spark - it just makes us hard to read the codes.
|
Test build #105443 has finished for PR 24622 at commit
|
viirya
left a comment
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.
The build and tests verify this class is not used. If no special reason to keep it, I think it is fine to remove it.
|
thanks, merging to master! |
|
@HyukjinKwon , @cloud-fan , @viirya |
What changes were proposed in this pull request?
removed the unused "UnsafeKeyValueSorter.java" file
How was this patch tested?
Ran Compilation and UT locally.
Please review http://spark.apache.org/contributing.html before opening a pull request.