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

Add RollingSum operator to updateBy() #2903

Merged
merged 140 commits into from
Feb 2, 2023

Conversation

lbooker42
Copy link
Contributor

@lbooker42 lbooker42 commented Sep 22, 2022

This is very large commit containing the back-end support for all upcoming windowed/rolling operators and the full implementation of RollingSum.

Closes #2624

rcaudy and others added 6 commits January 31, 2023 18:19
More error handling improvements
…eby-ops

# Conflicts:
#	engine/table/src/main/java/io/deephaven/engine/table/impl/updateby/BucketedPartitionedUpdateByManager.java
#	engine/table/src/main/java/io/deephaven/engine/table/impl/updateby/UpdateByBucketHelper.java
@lbooker42 lbooker42 changed the title Add rolling window support and operators to updateBy() Add RollingSum operator to updateBy() Feb 1, 2023
rcaudy
rcaudy previously approved these changes Feb 1, 2023
rcaudy
rcaudy previously approved these changes Feb 1, 2023
rcaudy and others added 3 commits February 1, 2023 23:18
…yEnclosed should ensure reachability to make sure referents can't escape the LivenessScope.release.
…if source.isRefreshing()" code in one place, and to ensure proper proactive liveness cleanup for the PartitionedTables.
Address PartitionedTable liveness leak inside bucketed UpdateBy
@lbooker42 lbooker42 merged commit be0aa42 into deephaven:main Feb 2, 2023
@deephaven-internal
Copy link
Contributor

@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2023
@lbooker42 lbooker42 deleted the lab-updateby-ops branch June 26, 2024 20:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
core Core development tasks DocumentationNeeded feature request New feature or request query engine ReleaseNotesNeeded Release notes are needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add rolling/moving sum to UpdateBy operators
6 participants