damccorm commented on code in PR #36031:
URL: https://github.com/apache/beam/pull/36031#discussion_r2316596359
##########
sdks/python/apache_beam/transforms/external_test.py:
##########
@@ -349,7 +349,8 @@ def test_external_transform_finder_non_leaf(self):
self.assertTrue(pipeline.contains_external_transforms)
def test_external_transform_finder_leaf(self):
- pipeline = beam.Pipeline()
+ opts = PipelineOptions(['--runner=DirectRunner'])
Review Comment:
What problem is this causing? This should be the default, so I'm surprised
this helps
--
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]