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

MinBy/MaxBy Null Handling #241

Merged
merged 3 commits into from
Oct 25, 2024
Merged

MinBy/MaxBy Null Handling #241

merged 3 commits into from
Oct 25, 2024

Conversation

dahlbyk
Copy link
Contributor

@dahlbyk dahlbyk commented Oct 25, 2024

Noticed #50 doesn't handle null like net9.0, confirmed by tests in the first commit.

  • null values are neither min nor max unless all values are null
  • Empty sources return null for nullable types, but throw instead of returning default for non-nullable value types

@SimonCropp
Copy link
Owner

thanks. will deploy now

@SimonCropp SimonCropp merged commit bf7853e into SimonCropp:main Oct 25, 2024
2 checks passed
@SimonCropp SimonCropp added this to the 7.1.1 milestone Oct 25, 2024
@dahlbyk dahlbyk deleted the min-max branch October 25, 2024 14:41
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.

2 participants