tvalentyn commented on code in PR #35725: URL: https://github.com/apache/beam/pull/35725#discussion_r2311263808
########## sdks/python/apache_beam/coders/coder_impl.py: ########## @@ -354,14 +359,29 @@ def decode(self, value): _ITERABLE_LIKE_TYPES = set() # type: Set[Type] +def _verify_dill_compat(): + base_error = ( + "This pipeline runs with the update_compatibility_version=2.67.0 flag. " Review Comment: nit: we usually call these params 'options' or 'pipeline options', not flags. You could use the same wording as below -- 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