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 84604200CED for ; Fri, 4 Aug 2017 08:01:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8221616D21B; Fri, 4 Aug 2017 06:01:07 +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 BD52716D21D for ; Fri, 4 Aug 2017 08:01:06 +0200 (CEST) Received: (qmail 7670 invoked by uid 500); 4 Aug 2017 06:01:06 -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 7661 invoked by uid 99); 4 Aug 2017 06:01:05 -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; Fri, 04 Aug 2017 06:01:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EC233F32BF; Fri, 4 Aug 2017 06:01:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: jbonofre@apache.org To: commits@beam.apache.org Date: Fri, 04 Aug 2017 06:01:05 -0000 Message-Id: <21bf2f8708654a1dabdd442593d993c0@git.apache.org> In-Reply-To: <75aaf823af45457a85876d621a27fd8a@git.apache.org> References: <75aaf823af45457a85876d621a27fd8a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] beam git commit: [BEAM-2708] This closes #3681 archived-at: Fri, 04 Aug 2017 06:01:07 -0000 [BEAM-2708] This closes #3681 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/bad996bb Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/bad996bb Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/bad996bb Branch: refs/heads/release-2.1.0 Commit: bad996bb4f3b9d5ab980d60e0de0e17c50f5268d Parents: 58928b9 d6516c6 Author: Jean-Baptiste Onofré Authored: Fri Aug 4 08:00:58 2017 +0200 Committer: Jean-Baptiste Onofré Committed: Fri Aug 4 08:00:58 2017 +0200 ---------------------------------------------------------------------- .../examples/snippets/snippets_test.py | 16 --- sdks/python/apache_beam/io/filesystem.py | 31 +++-- sdks/python/apache_beam/io/textio_test.py | 115 +++++++++++++++++++ 3 files changed, 129 insertions(+), 33 deletions(-) ----------------------------------------------------------------------