[
https://issues.apache.org/jira/browse/BEAM-10710?focusedWorklogId=475005&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-475005
]
ASF GitHub Bot logged work on BEAM-10710:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Aug/20 20:50
Start Date: 26/Aug/20 20:50
Worklog Time Spent: 10m
Work Description: udim merged pull request #12690:
URL: https://github.com/apache/beam/pull/12690
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 475005)
Time Spent: 40m (was: 0.5h)
> 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
> 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)