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


##########
sdks/go/pkg/beam/runners/prism/internal/engine/data.go:
##########
@@ -49,6 +51,15 @@ func (d *TentativeData) WriteData(colID string, data []byte) 
{
        d.Raw[colID] = append(d.Raw[colID], data)
 }
 
+// WriteTimers adds timers to the associated transform handler.
+func (d *TentativeData) WriteTimers(transformID, familyID string, timers 
[]byte) {

Review Comment:
   Resolved in the updated comment to the timers map.



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