Skip to content

Remove SizableContainer requirement from InternalMerge#738

Closed
antiguru wants to merge 1 commit intoTimelyDataflow:master-nextfrom
antiguru:no_sizable_container
Closed

Remove SizableContainer requirement from InternalMerge#738
antiguru wants to merge 1 commit intoTimelyDataflow:master-nextfrom
antiguru:no_sizable_container

Conversation

@antiguru
Copy link
Copy Markdown
Member

@antiguru antiguru commented May 6, 2026

InternalMerge doesn't require SizableContainer, only some of its implementations do. Instead, we push the requirement where it's used. This allows us to build a columnar-based merge batcher without a SizableContainer implementation.

InternalMerge doesn't require SizableContainer, only some of its
implementations do. Instead, we push the requirement where it's used. This
allows us to build a columnar-based merge batcher without a
SizableContainer implementation.

Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
@frankmcsherry
Copy link
Copy Markdown
Member

Can merge, but it would be good to hear about any InternalMerge requirements; it's slated for deletion (at least, it is unused in the repo, and would only exist for demo purposes or external dependencies).

@antiguru
Copy link
Copy Markdown
Member Author

antiguru commented May 6, 2026

If it's going away, then let's just close. This was in reaction to something in another PR.

@antiguru antiguru closed this May 6, 2026
@frankmcsherry
Copy link
Copy Markdown
Member

Deletion performed in #740.

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