You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/05 00:32:02 UTC

[GitHub] [beam] damccorm opened a new issue, #21622: Make InteractiveRunner work without runner api roundtrip

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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org