You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Kenneth Knowles (JIRA)" <ji...@apache.org> on 2017/01/06 03:31:58 UTC

[jira] [Created] (BEAM-1248) Combine with side inputs API should match ParDo

Kenneth Knowles created BEAM-1248:
-------------------------------------

             Summary: Combine with side inputs API should match ParDo
                 Key: BEAM-1248
                 URL: https://issues.apache.org/jira/browse/BEAM-1248
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-core
            Reporter: Kenneth Knowles
            Priority: Minor


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."



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)