Abacn commented on code in PR #38108:
URL: https://github.com/apache/beam/pull/38108#discussion_r3111682408
##########
sdks/python/apache_beam/coders/typecoders.py:
##########
@@ -133,6 +134,21 @@ def register_coder(
self._register_coder_internal(
self._normalize_typehint_type(typehint_type), typehint_coder_class)
+ def register_row(self, typehint_type: Any) -> None:
Review Comment:
Good idea. Make `beam.coders.registry.register_row` compatible with
decorator pattern now. (`@beam.row` as a top level API we can revisit it once
all subtasks done and behaviors are stable)
--
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]