[
https://issues.apache.org/jira/browse/BEAM-3565?focusedWorklogId=82937&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-82937
]
ASF GitHub Bot logged work on BEAM-3565:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Mar/18 21:41
Start Date: 21/Mar/18 21:41
Worklog Time Spent: 10m
Work Description: lukecwik commented on a change in pull request #4777:
[BEAM-3565] Add FusedPipeline#toPipeline
URL: https://github.com/apache/beam/pull/4777#discussion_r176244335
##########
File path:
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/graph/QueryablePipeline.java
##########
@@ -183,6 +195,19 @@ private static boolean isPrimitiveTransform(PTransform
transform) {
.collect(Collectors.toSet());
}
+ /**
+ * Get the PCollections which are not consumed by any {@link PTransformNode}
in this {@link
+ * QueryablePipeline}.
+ */
+ private Set<PCollectionNode> getLeafPCollections() {
Review comment:
This isn't used anywhere, what is the intent of adding it right now?
----------------------------------------------------------------
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: 82937)
> Add utilities for producing a collection of PTransforms that can execute in a
> single SDK Harness
> ------------------------------------------------------------------------------------------------
>
> Key: BEAM-3565
> URL: https://issues.apache.org/jira/browse/BEAM-3565
> Project: Beam
> Issue Type: Bug
> Components: runner-core
> Reporter: Thomas Groh
> Assignee: Thomas Groh
> Priority: Major
> Labels: portability
> Fix For: 2.4.0
>
> Time Spent: 16h 20m
> Remaining Estimate: 0h
>
> An SDK Harness executes some ("fused") collection of PTransforms. The java
> runner libraries should provide some way to take a Pipeline that executes in
> both a runner and an environment and construct a collection of transforms
> which can execute within a single environment.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)