claudevdm commented on code in PR #37474:
URL: https://github.com/apache/beam/pull/37474#discussion_r2766370286
##########
sdks/python/apache_beam/pipeline.py:
##########
@@ -226,8 +226,7 @@ def __init__(
raise ValueError(
'Pipeline has validations errors: \n' + '\n'.join(errors))
- typecoders.registry.update_compatibility_version = self._options.view_as(
- StreamingOptions).update_compatibility_version
+ pipeline_construction_options.options = self._options
Review Comment:
Closing this PR after discussion. Will plumb pipeline options explicitly.
--
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]