[
https://issues.apache.org/jira/browse/BEAM-6504?focusedWorklogId=207417&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-207417
]
ASF GitHub Bot logged work on BEAM-6504:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Mar/19 20:36
Start Date: 04/Mar/19 20:36
Worklog Time Spent: 10m
Work Description: HuangLED commented on pull request #7926:
[BEAM-6504]Connect SideInputHandler in dataflow runner (Part 2)
URL: https://github.com/apache/beam/pull/7926#discussion_r262231949
##########
File path:
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/graph/CreateExecutableStageNodeFunction.java
##########
@@ -89,6 +96,9 @@
*/
public class CreateExecutableStageNodeFunction
implements Function<MutableNetwork<Node, Edge>, Node> {
+ private static final Logger LOG =
Review comment:
Thanks for catching this. Removed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 207417)
Time Spent: 3h (was: 2h 50m)
> Integration of Portabability sideInput into Dataflow
> ----------------------------------------------------
>
> Key: BEAM-6504
> URL: https://issues.apache.org/jira/browse/BEAM-6504
> Project: Beam
> Issue Type: New Feature
> Components: runner-dataflow
> Reporter: Ruoyun Huang
> Assignee: Ruoyun Huang
> Priority: Major
> Labels: triaged
> Time Spent: 3h
> Remaining Estimate: 0h
>
> Underlying fn api support is done in BEAM-2929, this Jira integrates
> everything into dataflow.
>
> 1) introduce a sideInputHandler for dataflow.
> 2) wire the handler to dataflow runner (i.e. ProcessRemoteBundleOperation)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)