tvalentyn commented on code in PR #36316:
URL: https://github.com/apache/beam/pull/36316#discussion_r2388916769
##########
sdks/python/apache_beam/coders/coders.py:
##########
@@ -395,6 +395,13 @@ def from_runner_api_parameter(unused_payload, components,
unused_context):
else:
return cls()
+ def version_tag(self) -> str:
Review Comment:
do you foresee any advantage in requiring some semantics here such as:
- use a steadily increasing integer number
- require this to be a beam SDK version or a more general: a beam SDK
capability
https://github.com/apache/beam/blob/50e14ace7f6bfb9a28bff59962c2166729adb778/sdks/python/apache_beam/transforms/environments.py#L905
or some other URN if non-python SDKs should be able to interpret it?
--
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]