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 empty / null aggregates. #47

Merged
merged 2 commits into from
Dec 9, 2020
Merged

Fix empty / null aggregates. #47

merged 2 commits into from
Dec 9, 2020

Conversation

jheer
Copy link
Member

@jheer jheer commented Dec 9, 2020

  • Consistently handle empty/null input to non-count aggregates, return undefined.
  • Handle undefined input to toString().

Fix #46.

@jheer jheer changed the base branch from master to v1.2.3 December 9, 2020 18:25
@jheer jheer merged commit c75fbd6 into v1.2.3 Dec 9, 2020
@jheer jheer deleted the jh/null-agg branch December 9, 2020 18:26
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.

Aggregates should return null when all values are null
1 participant