riteshghorse commented on a change in pull request #15239:
URL: https://github.com/apache/beam/pull/15239#discussion_r683489530
##########
File path: sdks/go/pkg/beam/core/typex/special.go
##########
@@ -64,6 +65,23 @@ type Window interface {
Equals(o Window) bool
}
+type Timing string
+
+const (
+ EARLY Timing = "EARLY"
+ ON_TIME Timing = "ON_TIME"
+ LATE Timing = "LATE"
+ UNKNOWN Timing = "UNKNOWN"
Review comment:
Got it.
--
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]