lostluck commented on code in PR #17522: URL: https://github.com/apache/beam/pull/17522#discussion_r863105927
########## sdks/go/examples/snippets/04transforms.go: ########## @@ -105,6 +106,52 @@ func (fn *splittableDoFn) ProcessElement(element string, bf beam.BundleFinalizat // [END bundlefinalization_simplecallback] +// [START watermarkestimation_customestimator] + +// (Optional) - define a custom watermark state type. Review Comment: Eg. Especially where we have "default" state types and estimators, this is a good place to list them... -- 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]
