boyuanzz commented on a change in pull request #13802:
URL: https://github.com/apache/beam/pull/13802#discussion_r565727485
##########
File path:
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java
##########
@@ -2236,20 +2234,6 @@ static void verifyDoFnSupportedStreaming(DoFn<?, ?> fn) {
}
static void verifyDoFnSupported(DoFn<?, ?> fn, boolean streaming) {
- if (DoFnSignatures.usesSetState(fn)) {
Review comment:
Thanks for the support status confirmation! I would image we still want
to keep this checking part for runner v2 as well.
----------------------------------------------------------------
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]