From commits-return-57854-archive-asf-public=cust-asf.ponee.io@beam.apache.org Sun Feb 4 19:54:44 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 0B2AF18064A for ; Sun, 4 Feb 2018 19:54:44 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id EF3D7160C59; Sun, 4 Feb 2018 18:54:43 +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 42DEF160C40 for ; Sun, 4 Feb 2018 19:54:43 +0100 (CET) Received: (qmail 94940 invoked by uid 500); 4 Feb 2018 18:54:42 -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 94931 invoked by uid 99); 4 Feb 2018 18:54:42 -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; Sun, 04 Feb 2018 18:54:42 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E635281C10; Sun, 4 Feb 2018 18:54:41 +0000 (UTC) Date: Sun, 04 Feb 2018 18:54:41 +0000 To: , "' commits@beam.apache.org" , '@gitbox.apache.org, Subject: [beam] branch master updated (42ac62a -> 24804e9) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151777048106.3451.15306673596677954972@gitbox.apache.org> From: kenn@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: 42ac62a067307173da061e7dbdbffd5e03672b96 X-Git-Newrev: 24804e98d22180c1dc6603c8a437073ec2adde2d 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. kenn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from 42ac62a Merge pull request #4310: [BEAM-3207] Create a standard location to enumerate and document URNs. add 33b71ae google-java-format add 87f546b Fix empty window assignments in Nexmark add 168b32f Fix empty window assignment in FlattenEvaluatorFactoryTest add 93e7b65 Switch DataflowRunner to its own private ValueInEmptyWindows add de9adea Remove deprecated valueInEmptyWindows new 24804e9 Merge pull request #3978: [BEAM-230] Remove deprecated WindowedValue.valueInEmptyWindows 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: .../direct/FlattenEvaluatorFactoryTest.java | 22 +- .../beam/runners/dataflow/BatchViewOverrides.java | 614 +++++++++++---------- .../org/apache/beam/sdk/util/WindowedValue.java | 261 ++------- .../apache/beam/sdk/util/WindowedValueTest.java | 33 +- .../{package-info.java => AuctionOrBid.java} | 15 +- .../apache/beam/sdk/nexmark/queries/Query4.java | 19 +- .../apache/beam/sdk/nexmark/queries/Query6.java | 6 +- .../apache/beam/sdk/nexmark/queries/Query9.java | 9 +- .../beam/sdk/nexmark/queries/WinningBids.java | 92 +-- 9 files changed, 495 insertions(+), 576 deletions(-) copy sdks/java/nexmark/src/main/java/org/apache/beam/sdk/nexmark/queries/{package-info.java => AuctionOrBid.java} (70%) -- To stop receiving notification emails like this one, please contact kenn@apache.org.