damccorm commented on code in PR #17522: URL: https://github.com/apache/beam/pull/17522#discussion_r863118073
########## 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: That's fine - we aren't particularly consistent on that with our docs though. Might be worth a pass to do that at some point. I updated to do this. -- 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]
