-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-12539][follow-up] always sort in partitioning writer #10638
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
|
Test build #48926 has finished for PR 10638 at commit
|
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.
Could we generate a partition key (excluding the sorting key)? we just need to compare the key
|
Test build #49001 has finished for PR 10638 at commit
|
cceb7a8 to
247ddad
Compare
|
Test build #49051 has finished for PR 10638 at commit
|
|
LGTM. |
|
I manually resolved the conflict during merging and merged it. Thanks. |
|
@cloud-fan Should we create a patch for 1.6 branch? |
|
only backport it without bucket-write? |
|
Yes, cc @marmbrus |
|
We discussed this and decided not to do it, because this is a simple config change users can apply. Changing the behavior automatically for users in a point release is also bad. |
address comments in #10498 , especially #10498 (comment)