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

dataflow/operators/core: add .partition() for StreamCore #610

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

petrosagg
Copy link
Contributor

No description provided.

@petrosagg petrosagg force-pushed the partition-core branch 2 times, most recently from 6bf627b to a9eeecc Compare December 17, 2024 22:14
/// }
/// });
/// ```
fn partition<C2, D2, F>(&self, parts: u64, route: F) -> Vec<StreamCore<G, C2>>
Copy link
Member

Choose a reason for hiding this comment

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

Consider taking a container builder here instead!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point! Changed to a container builder argument

@frankmcsherry
Copy link
Member

Looks good to me, thanks!

@frankmcsherry frankmcsherry merged commit 4337b10 into TimelyDataflow:master Dec 18, 2024
7 checks passed
@github-actions github-actions bot mentioned this pull request Dec 18, 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.

3 participants