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 10:35:38 UTC

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

Tibor Kiss created BEAM-1649:
--------------------------------

             Summary: 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 (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.



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