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 C782C200BE4 for ; Wed, 7 Dec 2016 03:26:55 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C469F160B29; Wed, 7 Dec 2016 02:26:55 +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 1A270160B1B for ; Wed, 7 Dec 2016 03:26:54 +0100 (CET) Received: (qmail 71390 invoked by uid 500); 7 Dec 2016 02:26:54 -0000 Mailing-List: contact commits-help@beam.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.incubator.apache.org Delivered-To: mailing list commits@beam.incubator.apache.org Received: (qmail 71380 invoked by uid 99); 7 Dec 2016 02:26:54 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2016 02:26:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id E1EB0D3ED6 for ; Wed, 7 Dec 2016 02:26:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id rk9IO1Z2J9wS for ; Wed, 7 Dec 2016 02:26:51 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 621B55F19B for ; Wed, 7 Dec 2016 02:26:51 +0000 (UTC) Received: (qmail 71146 invoked by uid 99); 7 Dec 2016 02:26:38 -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, 07 Dec 2016 02:26:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CF03EDFF56; Wed, 7 Dec 2016 02:26:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bchambers@apache.org To: commits@beam.incubator.apache.org Date: Wed, 07 Dec 2016 02:26:38 -0000 Message-Id: In-Reply-To: <56950595b75740879d14e9389cac5a82@git.apache.org> References: <56950595b75740879d14e9389cac5a82@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-beam git commit: Closes #1443 archived-at: Wed, 07 Dec 2016 02:26:56 -0000 Closes #1443 Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/d5e8c79a Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/d5e8c79a Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/d5e8c79a Branch: refs/heads/python-sdk Commit: d5e8c79a3f9f4ffabaff06629a8763e74254688c Parents: f19f767 0dcc9bc Author: bchambers Authored: Tue Dec 6 17:17:50 2016 -0800 Committer: bchambers Committed: Tue Dec 6 17:17:50 2016 -0800 ---------------------------------------------------------------------- sdks/python/apache_beam/io/avroio.py | 8 +++----- sdks/python/apache_beam/io/avroio_test.py | 8 ++++---- sdks/python/apache_beam/io/filebasedsource.py | 3 ++- .../apache_beam/io/filebasedsource_test.py | 4 ++-- sdks/python/apache_beam/io/fileio.py | 8 ++++---- sdks/python/apache_beam/io/fileio_test.py | 12 ++++++------ sdks/python/apache_beam/io/pubsub.py | 2 +- sdks/python/apache_beam/io/pubsub_test.py | 2 +- sdks/python/apache_beam/io/textio.py | 20 ++++++++++---------- sdks/python/apache_beam/io/textio_test.py | 8 +++++--- .../apache_beam/transforms/combiners_test.py | 8 ++++---- sdks/python/apache_beam/transforms/core.py | 8 ++++---- 12 files changed, 46 insertions(+), 45 deletions(-) ----------------------------------------------------------------------