Skip to content
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

fix(sort): Fix multi-sort with nils (#7432) #7444

Merged
merged 1 commit into from
Feb 17, 2021

Conversation

ahsanbarkati
Copy link
Contributor

@ahsanbarkati ahsanbarkati commented Feb 17, 2021

Fix the behavior of multi-sort. All the nil values are appended at the end of
the result irrespective of ascending or descending sort. This change also
fixes a bug due to not appending the nil values in the values list,
corresponding to the UIDs appended in the UID list with nil predicates.

(cherry picked from commit 2c7de57)


This change is Reviewable

Fix the behavior of multi-sort. All the nil values are appended at the end of
the result irrespective of ascending or descending sort. This change also
fixes a bug due to not appending the nil values in the values list,
corresponding to the UIDs appended in the UID list with nil predicates.

(cherry picked from commit 2c7de57)
@aman-bansal aman-bansal merged commit 9cd147e into release/v20.11 Feb 17, 2021
@aman-bansal aman-bansal deleted the ahsan/cherry-multisort branch February 17, 2021 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Testing related issues
Development

Successfully merging this pull request may close these issues.

2 participants