You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/09/23 04:55:35 UTC

[GitHub] [beam] amaliujia commented on a change in pull request #12904: Add link issue for OrderedListState.

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



##########
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:
       nit: better to add a `TODO`.




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