stankiewicz commented on code in PR #37012:
URL: https://github.com/apache/beam/pull/37012#discussion_r2816978510
##########
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/FnApiDoFnRunner.java:
##########
@@ -2772,6 +2798,7 @@ public OutputBuilder<Row> builder(Row value) {
.setTimestamp(currentTimer.getHoldTimestamp())
.setWindow(currentWindow)
.setPaneInfo(currentTimer.getPaneInfo())
+ .setCausedByDrain(causedByDrain)
.setReceiver(
windowedValue ->
Review Comment:
@kennknowles , ptal.
causedBy drain will be part of windowedValue but because receiver is lambda
from WV to context.outputWindowedValue, I'm pretty sure I'm loosing all WV
metadata.
--
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]