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

Update DFPRollingWindowStage to emit correct window #683

Merged
1 commit merged into from
Feb 9, 2023

Conversation

efajardo-nv
Copy link
Contributor

@efajardo-nv efajardo-nv commented Feb 9, 2023

DFPRollingWindowStage was only emitting last batch once min_history was met. This PR updates the stage to emit all accumulated rows meeting configured window history requirements.

Fixes #674

@efajardo-nv efajardo-nv added bug Something isn't working non-breaking Non-breaking change labels Feb 9, 2023
@efajardo-nv efajardo-nv requested a review from a team as a code owner February 9, 2023 17:00
@efajardo-nv efajardo-nv changed the title Update DFPRollingWindowStage to emit to correct window Update DFPRollingWindowStage to emit correct window Feb 9, 2023
Copy link
Contributor

@mdemoret-nv mdemoret-nv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mdemoret-nv
Copy link
Contributor

/merge

@ghost ghost merged commit b46bf72 into nv-morpheus:branch-23.03 Feb 9, 2023
jjacobelli pushed a commit to jjacobelli/Morpheus that referenced this pull request Mar 7, 2023
DFPRollingWindowStage was only emitting last batch once `min_history` was met. This PR updates the stage to emit all accumulated rows meeting configured window history requirements.

Fixes nv-morpheus#674

Authors:
  - Eli Fajardo (https://github.com/efajardo-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: nv-morpheus#683
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[BUG]: DFPRollingWindowStage emits only last batch
2 participants