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

Bugfix: Handle NULL in stacking #3570

Merged
merged 3 commits into from
Jun 18, 2024
Merged

Bugfix: Handle NULL in stacking #3570

merged 3 commits into from
Jun 18, 2024

Conversation

scudette
Copy link
Contributor

Since NULL does not compare to anything sorting on columns that have NULL in them is not stable. This change considers those values as empty strings so stacking is stable.

Since NULL does not compare to anything sorting on columns that have
NULL in them is not stable. This change considers those values as
empty strings so stacking is stable.
@scudette scudette merged commit 575cde1 into master Jun 18, 2024
3 checks passed
@scudette scudette deleted the stack_nul branch June 18, 2024 06:53
scudette added a commit that referenced this pull request Jun 30, 2024
Since NULL does not compare to anything sorting on columns that have
NULL in them is not stable. This change considers those values as empty
strings so stacking is stable.
scudette added a commit that referenced this pull request Jun 30, 2024
Since NULL does not compare to anything sorting on columns that have
NULL in them is not stable. This change considers those values as empty
strings so stacking is stable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant