chamikaramj commented on code in PR #31284:
URL: https://github.com/apache/beam/pull/31284#discussion_r1601962595
##########
sdks/python/apache_beam/transforms/external.py:
##########
@@ -750,7 +751,7 @@ def expand(self, pvalueish):
with ExternalTransform.service(expansion_service) as service:
response = service.Expand(request)
if response.error:
- raise RuntimeError(response.error)
+ raise RuntimeError(_sanitize_java_traceback(response.error))
Review Comment:
Probably let's also add a unit test ?
--
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]