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

Seal: Drop chain while feeding data to builder #482

Merged
merged 1 commit into from
May 7, 2024

Conversation

antiguru
Copy link
Member

@antiguru antiguru commented May 7, 2024

Fix a regression where the columnated merge batcher would only deallocate the merged chain after revealing all data to the builder. Instead, it now drains the chain, which deallocates each chunk after revealing its contents to the builder.

Fix a regression where the columnated merge batcher would only
deallocate the merged chain after revealing all data to the builder.
Instead, it now drains the chain, which deallocates each chunk after
revealing its contents to the builder.

Signed-off-by: Moritz Hoffmann <[email protected]>
Copy link
Member

@frankmcsherry frankmcsherry left a comment

Choose a reason for hiding this comment

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

Looks good, and thank you!

@frankmcsherry frankmcsherry merged commit abe18c5 into master May 7, 2024
7 checks passed
antiguru added a commit to MaterializeInc/differential-dataflow that referenced this pull request May 7, 2024
Seal: Drop chain while feeding data to builder (TimelyDataflow#482)
@antiguru antiguru deleted the batcher_col_smooth_deallocation branch May 7, 2024 19:07
This was referenced Oct 29, 2024
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