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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
