You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Scott Wegner (JIRA)" <ji...@apache.org> on 2016/05/02 20:23:13 UTC

[jira] [Created] (BEAM-248) Register DisplayData from anonymous implementation PTransforms

Scott Wegner created BEAM-248:
---------------------------------

             Summary: Register DisplayData from anonymous implementation PTransforms
                 Key: BEAM-248
                 URL: https://issues.apache.org/jira/browse/BEAM-248
             Project: Beam
          Issue Type: Sub-task
          Components: sdk-java-core
            Reporter: Scott Wegner
            Assignee: Davor Bonaci


Most SDK PTransforms are implemented in terms of lower-level PTransforms, often with anonymous user-fn implementations at the leaf-level. Currently display data is only being registered on the composite node and not within the anonymous implementation. As a result, the details are lost.

We should register display data both in the composite and internal leaf nodes, particularly when the implementation is anonymous.



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