[
https://issues.apache.org/jira/browse/BEAM-4073?focusedWorklogId=98059&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-98059
]
ASF GitHub Bot logged work on BEAM-4073:
----------------------------------------
Author: ASF GitHub Bot
Created on: 03/May/18 22:10
Start Date: 03/May/18 22:10
Worklog Time Spent: 10m
Work Description: tgroh commented on a change in pull request #5228:
[BEAM-4073] Expand ExecutableGraph, and add a Portable Representation
URL: https://github.com/apache/beam/pull/5228#discussion_r185914949
##########
File path:
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/graph/QueryablePipeline.java
##########
@@ -217,6 +226,19 @@ public PTransformNode getProducer(PCollectionNode
pcollection) {
.collect(Collectors.toSet());
}
+ /**
+ * Gets each {@link PCollectionNode} that the provided {@link
PTransformNode} consumes on a
+ * per-element basis.
+ */
+ public Set<PCollectionNode> getPerElementInputs(PTransformNode ptransform) {
Review comment:
Done.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 98059)
Time Spent: 1h (was: 50m)
> The DirectRunner should interact with a Pipeline via an abstraction of the
> Graph rather than SDK types
> ------------------------------------------------------------------------------------------------------
>
> Key: BEAM-4073
> URL: https://issues.apache.org/jira/browse/BEAM-4073
> Project: Beam
> Issue Type: Bug
> Components: runner-direct
> Reporter: Thomas Groh
> Assignee: Thomas Groh
> Priority: Major
> Labels: portability
> Time Spent: 1h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)