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/04 13:45:15 UTC

[GitHub] [beam] damccorm opened a new issue, #19860: Remove dependency on experiments=beam_fn_api flag from PortableRunner

damccorm opened a new issue, #19860:
URL: https://github.com/apache/beam/issues/19860

   The execution path of Python's `PortableRunner` depends on the `experiments=beam_fn_api` flag. This flag is set automatically but has been broken in the past, e.g. when the `FlinkRunner` was subclassed from the `PortableRunner` (BEAM-8037).
   
   We should get rid of the flag, as the only supported execution path for the PortableRunner is the BeamFnApi. Perhaps we can move the flag to the Dataflow runners which may still depend on it.
   
   Imported from Jira [BEAM-8274](https://issues.apache.org/jira/browse/BEAM-8274). Original Jira may contain additional context.
   Reported by: mxm.


-- 
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


[GitHub] [beam] damccorm commented on issue #19860: Remove dependency on experiments=beam_fn_api flag from PortableRunner

Posted by GitBox <gi...@apache.org>.
damccorm commented on issue #19860:
URL: https://github.com/apache/beam/issues/19860#issuecomment-1146615268

   The following subtask(s) are associated with this issue: #19861


-- 
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

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