ahmedabu98 commented on code in PR #38490:
URL: https://github.com/apache/beam/pull/38490#discussion_r3276132836
##########
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/FnApiDoFnRunner.java:
##########
@@ -1762,6 +1770,16 @@ public <T> void output(TupleTag<T> tag, T output) {
output, currentElement.getTimestamp(), currentWindow,
currentElement.getPaneInfo()));
}
+ @Override
+ public void outputWindowedValue(
Review Comment:
Removed all along with the `default void outputWindowedValue` in DoFn.java
--
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]