shunping commented on PR #34775: URL: https://github.com/apache/beam/pull/34775#issuecomment-2838984345
> Is it in general safe to copy Pipeline Options? Can you think of any other cases where it might cause issues like copying runner> I think it should generally work. There are also other places that do deep copy of options: - https://github.com/apache/beam/blob/95965ffd5c6670e3eac1d4dbad9a09a71a5dc880/sdks/python/apache_beam/runners/portability/portable_runner.py#L399 - https://github.com/apache/beam/blob/95965ffd5c6670e3eac1d4dbad9a09a71a5dc880/sdks/python/apache_beam/runners/portability/expansion_service.py#L58 -- 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-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org