lostluck commented on code in PR #32065:
URL: https://github.com/apache/beam/pull/32065#discussion_r1702310710


##########
sdks/go/pkg/beam/runners/prism/internal/engine/elementmanager.go:
##########
@@ -688,6 +697,7 @@ func reElementResiduals(residuals []Residual, inputInfo 
PColInfo, rb RunBundle)
                                        pane:      pn,
                                        elmBytes:  elmBytes,
                                        keyBytes:  keyBytes,
+                                       sequence:  len(unprocessedElements),

Review Comment:
   Because that would be sequencing per window, (degenerate case, all 0) rather 
than by the whole residual set.



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

Reply via email to