Skip to content

fix: skip NaN values in Min and Max aggregations - #817

Open
santhreal wants to merge 1 commit into
wireservice:masterfrom
santhreal:fix/min-max-nan
Open

santhreal wants to merge 1 commit into
wireservice:masterfrom
santhreal:fix/min-max-nan

Conversation

@santhreal

@santhreal santhreal commented Jul 18, 2026

Copy link
Copy Markdown

Min.run hits InvalidOperation when Number column Decimal NaN. This PR fixes the regression with a focused test covering the case.

min()/max() on Decimal NaN raised InvalidOperation. Non-finite NaN
values are excluded like nulls so Min/Max return the finite extrema.
@santhreal santhreal closed this Jul 28, 2026
@jpmckinney jpmckinney reopened this Jul 29, 2026
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