You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Pei He (JIRA)" <ji...@apache.org> on 2017/08/02 14:33:01 UTC

[jira] [Created] (BEAM-2714) ParDo.getAdditionalInputs() return the input of View.CreatePCollectionView instead of output.

Pei He created BEAM-2714:
----------------------------

             Summary: ParDo.getAdditionalInputs() return the input of View.CreatePCollectionView instead of output.
                 Key: BEAM-2714
                 URL: https://issues.apache.org/jira/browse/BEAM-2714
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-core
            Reporter: Pei He
            Assignee: Thomas Groh
            Priority: Critical


For example, input-pc -> View.AsIterable -> view.out -> ParDo
getInputs() in TransformHierarchy.Node for ParDo will return input-pc instead of view.out.

I think the code here should make sure the output of view is returned:
https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/values/PCollectionViews.java#L147




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)