shunping commented on code in PR #36384:
URL: https://github.com/apache/beam/pull/36384#discussion_r2403346954
##########
sdks/go/pkg/beam/runners/prism/internal/engine/elementmanager.go:
##########
@@ -2095,22 +2103,22 @@ func (*aggregateStageKind) buildProcessingTimeBundle(ss
*stageState, em *Element
state.Pane = computeNextTriggeredPane(state.Pane,
endOfWindowReached)
// We're going to process this trigger!
- elems, _ := ss.buildTriggeredBundle(em,
string(e.keyBytes), e.window)
Review Comment:
The pendingAdjustment from buildTriggerBundle was discarded previously,
which leads to the issue when handling processing time bundle in accumulating
mode.
--
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]