GitHub user jkff opened a pull request:
https://github.com/apache/beam/pull/3814
[BEAM-2844] Introduces PCollectionView.get()
https://issues.apache.org/jira/browse/BEAM-2844
Supports it for DoFn in the various DoFnRunner's and DoFnTester. Support in
CombineFn remains.
Introduces a category tag UsesImplicitSideInputs, currently excluded in
Dataflow runner - that will be fixed in a follow-up PR after service-side
changes, and the category will be removed.
R: @lukecwik
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jkff/incubator-beam side-input
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3814.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3814
----
commit 90ddc0d1171b3850d55e9ddbbee45abe48ba4086
Author: Eugene Kirpichov <[email protected]>
Date: 2017-09-06T05:11:34Z
Introduces PCollectionView.get()
----
---