tysonjh commented on a change in pull request #12904:
URL: https://github.com/apache/beam/pull/12904#discussion_r493890474



##########
File path: 
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java
##########
@@ -2044,6 +2044,7 @@ static void verifyDoFnSupported(DoFn<?, ?> fn, boolean 
streaming) {
               DataflowRunner.class.getSimpleName(), 
MapState.class.getSimpleName()));
     }
     if (DoFnSignatures.usesOrderedListState(fn)) {
+      // https://issues.apache.org/jira/browse/BEAM-10947

Review comment:
       I followed the style of the others in this file. Do we have tooling for 
tracking TODOs differently?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to