Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

Add withElements to CommittedBundle - #227

Merged
bjchambers merged 2 commits into
GoogleCloudPlatform:masterfrom
tgroh:backport_231
May 11, 2016
Merged

Add withElements to CommittedBundle#227
bjchambers merged 2 commits into
GoogleCloudPlatform:masterfrom
tgroh:backport_231

Conversation

@tgroh

Copy link
Copy Markdown
Contributor

When a bundle is partially completed, the unprocessed elements must be
placed in a new bundle to be processed at a later time. The bundle in
which they are processed should also have identical properties to the
bundle which the elements were initially present in.

withElements provides a simple way to create a "copy" of a bundle that
contains different elements.

This backports BEAM #231

@tgroh

Copy link
Copy Markdown
ContributorAuthor

R: @bjchambers

@tgroh
tgrohforce-pushed the backport_231 branch 2 times, most recently from b9a6f3c to ae85a95CompareApril 28, 2016 17:31
@dhalperi

Copy link
Copy Markdown
Contributor

R: @bjchambers

tgroh added 2 commits May 10, 2016 17:05
The unprocessed elements of a partially completed bundle must be
placed in a new bundle to be processed at a later time. The bundle in
which they are processed should also have identical properties to the
bundle which the elements were initially present in.
withElements provides a simple way to create a "copy" of a bundle that
contains different elements.
@bjchambers
bjchambers merged commit 9b62edd into GoogleCloudPlatform:masterMay 11, 2016
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@tgroh@dhalperi@bjchambers@googlebot