ihji commented on a change in pull request #13283:
URL: https://github.com/apache/beam/pull/13283#discussion_r521581974
##########
File path: sdks/python/apache_beam/transforms/ptransform.py
##########
@@ -695,9 +695,9 @@ def from_runner_api(cls,
# type: (...) -> Optional[PTransform]
if proto is None or proto.spec is None or not proto.spec.urn:
return None
- parameter_type, constructor = cls._known_urns[proto.spec.urn]
try:
+ parameter_type, constructor = cls._known_urns[proto.spec.urn]
Review comment:
It was for fixing Java xlang pipelines but the fix is still incomplete
anyway. Will revert this.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]