We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b7026 commit e4c891fCopy full SHA for e4c891f
1 file changed
sdks/python/apache_beam/coders/coders.py
@@ -399,7 +399,7 @@ def version_tag(self) -> str:
399
"""For internal use. Appends a version tag to the coder key in the pipeline
400
proto. Some runners (e.g. DataflowRunner) use coder key/id to verify if a
401
pipeline is update compatible. If the implementation of a coder changed
402
- in an update incompatible way a version tag can be added to fail compat
+ in an update incompatible way a version tag can be added to fail
403
compatibility checks.
404
"""
405
return ""
0 commit comments