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 2022/04/06 05:49:25 UTC

[GitHub] [beam] reuvenlax commented on a diff in pull request #16928: [BEAM-11971] Re add reverted timer consistency PR

reuvenlax commented on code in PR #16928:
URL: https://github.com/apache/beam/pull/16928#discussion_r843490017


##########
website/www/site/layouts/shortcodes/flink_java_pipeline_options.html:
##########
@@ -77,11 +77,6 @@
   <td>Remove unneeded deep copy between operators. See https://issues.apache.org/jira/browse/BEAM-11146</td>
   <td>Default: <code>false</code></td>
 </tr>
-<tr>

Review Comment:
   done



##########
runners/direct-java/src/main/java/org/apache/beam/runners/direct/TestStreamEvaluatorFactory.java:
##########
@@ -104,6 +103,7 @@ public void processElement(WindowedValue<TestStreamIndex<T>> element) throws Exc
       int index = streamIndex.getIndex();
       Instant watermark = element.getTimestamp();
       Event<T> event = events.get(index);
+      System.err.println("PROCESS ELEMENT " + element.getValue() + " EVENTS " + event);

Review Comment:
   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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org