lostluck opened a new issue, #23889: URL: https://github.com/apache/beam/issues/23889
### What happened? At present, the regsiter.Function* and register.Dofn* functions register types for their parameters, but the iterables and emitters do not. This leaves gaps in type registration, forcing extra calls to beam.RegisterType, when the package should be handling it. The solution is to add the RegisterType calls to the methods like we do for DoFn, Combine and Function. ### Issue Priority Priority: 2 ### Issue Component Component: sdk-go -- 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]
