[
https://issues.apache.org/jira/browse/BEAM-10710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kenneth Knowles updated BEAM-10710:
-----------------------------------
This Jira ticket has a pull request attached to it, but is still open. Did the
pull request resolve the issue? If so, could you please mark it resolved? This
will help the project have a clear view of its open issues.
> Fix the error message strings for runtime type check errors
> -----------------------------------------------------------
>
> Key: BEAM-10710
> URL: https://issues.apache.org/jira/browse/BEAM-10710
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Saavan Nanavati
> Priority: P3
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Currently, runtime type check errors yield [error
> messages|https://bit.ly/312zFs2] that display the label of a transform
> prefixed with 'ParDo'.
> * For instance, an error in a DoFn named 'ToInt' would show up as
> 'ParDo(ToInt)' in the error message.
> * However, this is incorrect behavior in certain cases, such as with Maps or
> Composite ParDo's. These should not be prefixed with 'ParDo'.
>
> This Jira issue would update the error messages to more accurately reflect
> the nature of the original transform. Tests would need to be updated to
> reflect the new error string changes as well.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)