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 D537E200C73 for ; Wed, 26 Apr 2017 04:03:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D2DAB160BB8; Wed, 26 Apr 2017 02:03:03 +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 28CD1160BB6 for ; Wed, 26 Apr 2017 04:03:03 +0200 (CEST) Received: (qmail 16691 invoked by uid 500); 26 Apr 2017 02:03:02 -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 16675 invoked by uid 99); 26 Apr 2017 02:03:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2017 02:03:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0673ADFC31; Wed, 26 Apr 2017 02:03:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: altay@apache.org To: commits@beam.apache.org Date: Wed, 26 Apr 2017 02:03:02 -0000 Message-Id: <9fcc1972790d4e6f97f42a7f2eac8875@git.apache.org> In-Reply-To: <493cd09d07ab466cb0f7e75b5840a33a@git.apache.org> References: <493cd09d07ab466cb0f7e75b5840a33a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] beam git commit: This closes #2686 archived-at: Wed, 26 Apr 2017 02:03:04 -0000 This closes #2686 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/1675f03f Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/1675f03f Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/1675f03f Branch: refs/heads/master Commit: 1675f03f7fb70bcdbbc36dbe094bd7ece4b82fac Parents: 9213f34 6571bae Author: Ahmet Altay Authored: Tue Apr 25 19:02:50 2017 -0700 Committer: Ahmet Altay Committed: Tue Apr 25 19:02:50 2017 -0700 ---------------------------------------------------------------------- sdks/python/apache_beam/coders/coders_test.py | 1 + sdks/python/apache_beam/coders/fast_coders_test.py | 1 + sdks/python/apache_beam/coders/slow_coders_test.py | 1 + sdks/python/apache_beam/examples/complete/autocomplete_test.py | 1 + .../apache_beam/examples/complete/game/hourly_team_score.py | 1 + .../examples/complete/game/hourly_team_score_test.py | 1 + sdks/python/apache_beam/examples/complete/game/user_score.py | 1 + .../apache_beam/examples/complete/game/user_score_test.py | 1 + .../examples/complete/juliaset/juliaset/juliaset_test.py | 1 + .../apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py | 1 + sdks/python/apache_beam/examples/wordcount.py | 1 + sdks/python/apache_beam/examples/wordcount_debugging_test.py | 1 + sdks/python/apache_beam/internal/module_test.py | 1 + sdks/python/apache_beam/internal/pickler.py | 3 +++ sdks/python/apache_beam/internal/pickler_test.py | 1 + sdks/python/apache_beam/io/concat_source_test.py | 1 + sdks/python/apache_beam/io/filebasedsource_test.py | 1 + sdks/python/apache_beam/io/gcp/datastore/v1/datastoreio_test.py | 1 + sdks/python/apache_beam/io/gcp/pubsub_test.py | 1 + sdks/python/apache_beam/io/source_test_utils.py | 1 + sdks/python/apache_beam/io/source_test_utils_test.py | 1 + sdks/python/apache_beam/io/tfrecordio.py | 2 ++ sdks/python/apache_beam/io/tfrecordio_test.py | 1 + .../apache_beam/runners/dataflow/dataflow_metrics_test.py | 1 + sdks/python/apache_beam/runners/dataflow/native_io/iobase.py | 1 + sdks/python/apache_beam/transforms/window.py | 4 ++++ sdks/python/apache_beam/transforms/window_test.py | 2 ++ sdks/python/apache_beam/typehints/decorators.py | 1 + sdks/python/apache_beam/typehints/opcodes.py | 5 ++++- sdks/python/apache_beam/typehints/typehints_test.py | 1 + sdks/python/apache_beam/utils/annotations.py | 1 + .../python/apache_beam/utils/pipeline_options_validator_test.py | 1 + sdks/python/apache_beam/utils/test_stream_test.py | 1 + sdks/python/run_pylint.sh | 4 ++-- sdks/python/tox.ini | 4 ++-- 35 files changed, 47 insertions(+), 5 deletions(-) ----------------------------------------------------------------------