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 ED3E9200C7F for ; Tue, 9 May 2017 18:37:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EC0C6160B9A; Tue, 9 May 2017 16:37:39 +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 6E59D160BC8 for ; Tue, 9 May 2017 18:37:39 +0200 (CEST) Received: (qmail 76508 invoked by uid 500); 9 May 2017 16:37:38 -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 76201 invoked by uid 99); 9 May 2017 16:37: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; Tue, 09 May 2017 16:37:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 60EFFE178B; Tue, 9 May 2017 16:37:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robertwb@apache.org To: commits@beam.apache.org Date: Tue, 09 May 2017 16:37:41 -0000 Message-Id: In-Reply-To: <788b4175a2ee409d938dad4cedd7c0d4@git.apache.org> References: <788b4175a2ee409d938dad4cedd7c0d4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/4] beam git commit: Closes #2978 archived-at: Tue, 09 May 2017 16:37:40 -0000 Closes #2978 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/3c6316ab Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/3c6316ab Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/3c6316ab Branch: refs/heads/release-2.0.0 Commit: 3c6316abf153d996db061d69f4501feeabc6d880 Parents: f7e85e2 2aa7094 Author: Robert Bradshaw Authored: Tue May 9 09:37:09 2017 -0700 Committer: Robert Bradshaw Committed: Tue May 9 09:37:09 2017 -0700 ---------------------------------------------------------------------- .../apache_beam/runners/direct/executor.py | 2 -- .../portability/maptask_executor_runner_test.py | 10 +++++-- sdks/python/apache_beam/transforms/core.py | 23 ++++++++------- sdks/python/apache_beam/transforms/timeutil.py | 22 +++++++------- sdks/python/apache_beam/transforms/trigger.py | 26 ++++++++--------- .../apache_beam/transforms/trigger_test.py | 9 +++--- .../transforms/trigger_transcripts.yaml | 30 ++++++++++---------- sdks/python/apache_beam/transforms/window.py | 22 +++++++------- .../apache_beam/transforms/window_test.py | 4 +-- 9 files changed, 77 insertions(+), 71 deletions(-) ----------------------------------------------------------------------