scwhittle commented on code in PR #31317:
URL: https://github.com/apache/beam/pull/31317#discussion_r1611422879
##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/StreamingModeExecutionContext.java:
##########
@@ -201,6 +202,24 @@ public void start(
}
}
+ public void start(
+ @Nullable Object key,
+ Work work,
+ WindmillStateReader stateReader,
+ SideInputStateFetcher sideInputStateFetcher,
+ Windmill.WorkItemCommitRequest.Builder outputBuilder) {
+ start(
Review Comment:
can the version of start not taking a Work be 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]