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

Fixed bug in cumsum and cumprod when there are multiple initial null values #5464

Merged
merged 1 commit into from
May 8, 2024

Conversation

chipkent
Copy link
Member

@chipkent chipkent commented May 8, 2024

Fixed bug in cumsum and cumprod when there are multiple initial null values.

Resolves #5462

@chipkent chipkent added bug Something isn't working query engine NoDocumentationNeeded ReleaseNotesNeeded Release notes are needed labels May 8, 2024
@chipkent chipkent added this to the 3. May 2024 milestone May 8, 2024
@chipkent chipkent requested a review from lbooker42 May 8, 2024 14:56
@chipkent chipkent self-assigned this May 8, 2024
@chipkent chipkent requested review from kosak and rcaudy as code owners May 8, 2024 14:56
@chipkent chipkent enabled auto-merge (squash) May 8, 2024 15:20
@chipkent chipkent merged commit f2dc4fe into deephaven:main May 8, 2024
23 checks passed
@chipkent chipkent deleted the 5462_null_cum_ops branch May 8, 2024 16:17
@github-actions github-actions bot locked and limited conversation to collaborators May 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working NoDocumentationNeeded query engine ReleaseNotesNeeded Release notes are needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NULL handling in Numeric cumulative operations is incorrect
2 participants