From commits-return-57048-archive-asf-public=cust-asf.ponee.io@beam.apache.org Fri Jan 26 18:36:02 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 51A60180657 for ; Fri, 26 Jan 2018 18:36:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3FB3B160C50; Fri, 26 Jan 2018 17:36:02 +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 AC2D3160C3E for ; Fri, 26 Jan 2018 18:36:01 +0100 (CET) Received: (qmail 111 invoked by uid 500); 26 Jan 2018 17:36:00 -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 101 invoked by uid 99); 26 Jan 2018 17:36:00 -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:00 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 58B8B820A9; Fri, 26 Jan 2018 17:36:00 +0000 (UTC) Date: Fri, 26 Jan 2018 17:35:59 +0000 To: , "' commits@beam.apache.org" , '@gitbox.apache.org, Subject: [beam] branch master updated (ddce6b6 -> d4a55d9) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151698815951.20316.3055310523881886322@gitbox.apache.org> From: tgroh@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: beam X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ddce6b61a98970ce95160cf525f5f1defb9e6ce5 X-Git-Newrev: d4a55d9f485a06a9fc0933884c36d38af3c69d3d X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. tgroh pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from ddce6b6 Merge pull request #4501: Some missing fixes for the Java 8 migration add 0ee69fe Retrieve Environments from PTransforms new d4a55d9 Merge pull request #4469 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../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(-) create mode 100644 runners/core-construction-java/src/test/java/org/apache/beam/runners/core/construction/EnvironmentsTest.java -- To stop receiving notification emails like this one, please contact tgroh@apache.org.