You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2020/10/15 17:10:00 UTC

[jira] [Updated] (BEAM-10710) Fix the error message strings for runtime type check errors

     [ https://issues.apache.org/jira/browse/BEAM-10710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Beam JIRA Bot updated BEAM-10710:
---------------------------------
    Labels: stale-P2  (was: )

> 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: P2
>              Labels: stale-P2
>          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.3.4#803005)