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/03/16 01:00:28 UTC

[GitHub] [beam] VictorPlusC commented on a change in pull request #17072: [BEAM-14091] Fixing Interactive Beam show/collect for remote runners

VictorPlusC commented on a change in pull request #17072:
URL: https://github.com/apache/beam/pull/17072#discussion_r827531990



##########
File path: sdks/python/apache_beam/runners/interactive/recording_manager.py
##########
@@ -454,8 +455,12 @@ def record(self, pcolls, max_n, max_duration):
           'options is deprecated since First stable release. References to '
           '<pipeline>.options will not be supported',
           category=DeprecationWarning)
-      pf.PipelineFragment(list(uncomputed_pcolls),
-                          self.user_pipeline.options).run(blocking=True)
+      from apache_beam.runners.portability.flink_runner import FlinkRunner
+      flink_runner_used = isinstance(

Review comment:
       Sounds good, I've incorporated this change now.




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