Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0BB68200C31 for ; Wed, 8 Mar 2017 12:03:42 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0A3AF160B83; Wed, 8 Mar 2017 11:03:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 543B6160B75 for ; Wed, 8 Mar 2017 12:03:41 +0100 (CET) Received: (qmail 71806 invoked by uid 500); 8 Mar 2017 11:03:40 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 71796 invoked by uid 99); 8 Mar 2017 11:03:40 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Mar 2017 11:03:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id EA3EF180533 for ; Wed, 8 Mar 2017 11:03:39 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id xtETMMfFRLoD for ; Wed, 8 Mar 2017 11:03:39 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D524960E08 for ; Wed, 8 Mar 2017 11:03:38 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 50B6BE04FE for ; Wed, 8 Mar 2017 11:03:38 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 074602435D for ; Wed, 8 Mar 2017 11:03:38 +0000 (UTC) Date: Wed, 8 Mar 2017 11:03:38 +0000 (UTC) From: "Tibor Kiss (JIRA)" To: commits@beam.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (BEAM-1649) Fix unresolved references in Python SDK MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 08 Mar 2017 11:03:42 -0000 [ 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)