rainwoodman commented on code in PR #16351:
URL: https://github.com/apache/beam/pull/16351#discussion_r904254793
##########
sdks/python/apache_beam/transforms/core.py:
##########
@@ -3367,3 +3381,24 @@ def to_runner_api_parameter(self, unused_context):
def from_runner_api_parameter(
unused_ptransform, unused_parameter, unused_context):
return Impulse()
+
+
+def _strip_output_annotations(type_hint):
+ # TODO(robertwb): These should be parameterized types that the
Review Comment:
This was copied from the old function. Perhaps Robert has more context
adding a github issue?
--
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]