From commits-return-57049-archive-asf-public=cust-asf.ponee.io@beam.apache.org Fri Jan 26 18:36:03 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 2CC99180676 for ; Fri, 26 Jan 2018 18:36:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1CC53160C2E; Fri, 26 Jan 2018 17:36: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 8BB0B160C3E for ; Fri, 26 Jan 2018 18:36:02 +0100 (CET) Received: (qmail 368 invoked by uid 500); 26 Jan 2018 17:36:01 -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 359 invoked by uid 99); 26 Jan 2018 17:36:01 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jan 2018 17:36:01 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6E7B0820AA; Fri, 26 Jan 2018 17:36:00 +0000 (UTC) Date: Fri, 26 Jan 2018 17:36:00 +0000 To: "commits@beam.apache.org" Subject: [beam] 01/01: Merge pull request #4469 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: tgroh@apache.org In-Reply-To: <151698815951.20316.3055310523881886322@gitbox.apache.org> References: <151698815951.20316.3055310523881886322@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: beam X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: d4a55d9f485a06a9fc0933884c36d38af3c69d3d X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180126173600.6E7B0820AA@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. tgroh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit d4a55d9f485a06a9fc0933884c36d38af3c69d3d Merge: ddce6b6 0ee69fe Author: Thomas Groh AuthorDate: Fri Jan 26 09:35:56 2018 -0800 Merge pull request #4469 Retrieve Environments from PTransforms .../core/construction/CombineTranslation.java | 3 +- .../runners/core/construction/Environments.java | 72 ++++++- .../core/construction/ParDoTranslation.java | 45 ++--- .../construction/WindowingStrategyTranslation.java | 12 +- .../core/construction/WriteFilesTranslation.java | 3 +- .../core/construction/EnvironmentsTest.java | 224 +++++++++++++++++++++ .../dataflow/PrimitiveParDoSingleFactory.java | 13 +- 7 files changed, 333 insertions(+), 39 deletions(-) -- To stop receiving notification emails like this one, please contact tgroh@apache.org.