damccorm opened a new issue, #21622: URL: https://github.com/apache/beam/issues/21622
InteractiveRunner still uses a runner api roundtrip to make "deep copies" of pipelines. Such a roundtrip is not guaranteed to work especially when a transform is not serializable. Example issues is BEAM-14112. Though a temporary fix could be made, a better approach is to refactor the implementation of InteractiveRunner to always work on runner api protos without relying on roundtrip or "deep copies". Imported from Jira [BEAM-14331](https://issues.apache.org/jira/browse/BEAM-14331). Original Jira may contain additional context. Reported by: ningk. -- 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]
