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/09 06:59:37 UTC

[jira] [Resolved] (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 resolved BEAM-1649.
------------------------------
       Resolution: Fixed
    Fix Version/s: First stable release

Delivered with e6ec2731bebea6e9c2a00b6010adc6607ad7a348.

> 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
>             Fix For: First stable release
>
>
> PyCharm code analyzer revealed usage of unresolved references. 
> This ticket is 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)