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


##########
sdks/python/apache_beam/options/pipeline_options.py:
##########
@@ -1023,7 +1023,8 @@ def _handle_temp_and_staging_locations(self, validator):
   def validate(self, validator):
     errors = []
     if validator.is_service_runner():
-      errors.extend(self._handle_temp_and_staging_locations(validator))
+      if not self.view_as(TestOptions).dry_run:

Review Comment:
   Done.



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