Details
-
Bug
-
Status: Resolved
-
P3
-
Resolution: Fixed
-
None
Description
From user@beam, the methods for adding side inputs to a Combine transform do not fully match those for adding side inputs to ParDo.
"ParDo has the .withSideInputs(Iterable<PCollectionView<...>>) version but also a varargs version withSideInputs(PCollectionView<?>...) but Combine only has the Iterable version."
Attachments
Issue Links
- relates to
-
BEAM-1241 Combine side input API should match ParDo, with vararg, etc.
- Resolved
- links to