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

Saavan Nanavati updated BEAM-10711:
-----------------------------------
    Description: Currently, we only extract type hints from ParDo transforms 
for the performance_runtime_ type_check flag. We should be able to remove the 
isinstance(transform, core.ParDo) check and use the PerformanceTypeCheckVisitor 
to visit and extract type hints from all transform types.  (was: Currently, we 
only extract type hints from ParDo transforms for the performance_runtime_ 
type_check flag. We should be able to remove the isinstance(transform, 
core.ParDo) check and apply the visitor to all transform types.)

> Apply type hints for all transforms in the PerformanceTypeCheckVisitor
> ----------------------------------------------------------------------
>
>                 Key: BEAM-10711
>                 URL: https://issues.apache.org/jira/browse/BEAM-10711
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-core
>            Reporter: Saavan Nanavati
>            Priority: P2
>
> Currently, we only extract type hints from ParDo transforms for the 
> performance_runtime_ type_check flag. We should be able to remove the 
> isinstance(transform, core.ParDo) check and use the 
> PerformanceTypeCheckVisitor to visit and extract type hints from all 
> transform types.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to