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/03/15 19:22:58 UTC

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

ibzib commented on a change in pull request #16928:
URL: https://github.com/apache/beam/pull/16928#discussion_r827326530



##########
File path: 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:
       Use a Logger instead of System.err.

##########
File path: 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:
       Revert these files.




-- 
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