riteshghorse commented on code in PR #23222:
URL: https://github.com/apache/beam/pull/23222#discussion_r973148214


##########
sdks/go/pkg/beam/core/typex/special.go:
##########
@@ -36,6 +36,7 @@ var (
 
        EventTimeType = reflect.TypeOf((*EventTime)(nil)).Elem()
        WindowType    = reflect.TypeOf((*Window)(nil)).Elem()
+       TimersType    = reflect.TypeOf((*Timers)(nil)).Elem()

Review Comment:
   TimerMap is just a placeholder for timer details but Timers is the actual 
type used in standard timer coder.



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