You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Tibor Kiss (JIRA)" <ji...@apache.org> on 2017/03/08 11:03:38 UTC

[jira] [Updated] (BEAM-1649) Fix unresolved references in Python SDK

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

Tibor Kiss updated BEAM-1649:
-----------------------------
    Description: 
PyCharm code analyzer revealed usage of unresolved references. 
This PR addressing issues in the following functions:
{code}
OrderedPositionRangeTracker.stop_position()
ValueStateTag.__repr__()
typehints.decorators._unpack_positional_arg_hints()
WindowedTypeConstraint.type_check()
PipelineOptions.__getattr__()
{code}

Even though the fixes are trivial keeping the priority as Major since these problems are causing execution errors on their respective code pathes.

  was:
PyCharm code analyzer revealed usage of unresolved references (mostly due to typos). This PR addressing issues in the following functions:
{code}
OrderedPositionRangeTracker.stop_position()
ValueStateTag.__repr__()
typehints.decorators._unpack_positional_arg_hints()
WindowedTypeConstraint.type_check()
PipelineOptions.__getattr__()
{code}

Even though the fixes are trivial keeping the priority as Major since these problems are causing execution errors on their respective code pathes.


> Fix unresolved references in Python SDK
> ---------------------------------------
>
>                 Key: BEAM-1649
>                 URL: https://issues.apache.org/jira/browse/BEAM-1649
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py
>    Affects Versions: 0.6.0
>            Reporter: Tibor Kiss
>            Assignee: Tibor Kiss
>
> PyCharm code analyzer revealed usage of unresolved references. 
> This PR addressing issues in the following functions:
> {code}
> OrderedPositionRangeTracker.stop_position()
> ValueStateTag.__repr__()
> typehints.decorators._unpack_positional_arg_hints()
> WindowedTypeConstraint.type_check()
> PipelineOptions.__getattr__()
> {code}
> Even though the fixes are trivial keeping the priority as Major since these problems are causing execution errors on their respective code pathes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)