shunping commented on code in PR #31212:
URL: https://github.com/apache/beam/pull/31212#discussion_r1595863312


##########
sdks/python/apache_beam/runners/dataflow/dataflow_runner.py:
##########
@@ -420,7 +420,7 @@ def run_pipeline(self, pipeline, options, 
pipeline_proto=None):
            for pcoll in self.proto_pipeline.components.pcollections.values()):
       if (not options.view_as(StandardOptions).streaming and
           not options.view_as(DebugOptions).lookup_experiment(
-              'allow_unbounded_pcollections_in_batch_mode')):
+              'unsafely_attempt_to_process_unbounded_data_in_batch_mode ')):

Review Comment:
   There is a tiny but extra space at the end of the string which is causing 
the internal tests unhappy



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

Reply via email to