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 EOS handling in vector summarize operator #5535

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Fix EOS handling in vector summarize operator #5535

merged 1 commit into from
Dec 16, 2024

Conversation

nwt
Copy link
Member

@nwt nwt commented Dec 16, 2024

The summarize operator doesn't reset itself upon receives EOS from its parent, preventing it from working properly inside a scoped over operator (i.e., "over x => (summarize ...)"). Fix that.

The summarize operator doesn't reset itself upon receives EOS from its
parent, preventing it from working properly inside a scoped over
operator (i.e., "over x => (summarize ...)").  Fix that.
@nwt nwt requested a review from a team December 16, 2024 20:14
@nwt nwt merged commit 44ac523 into main Dec 16, 2024
3 checks passed
@nwt nwt deleted the vector-over-eos branch December 16, 2024 20:29
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