From commits-return-114545-archive-asf-public=cust-asf.ponee.io@beam.apache.org Thu Aug 5 20:11:44 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id C3CE218062B for ; Thu, 5 Aug 2021 22:11:44 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 057763FE54 for ; Thu, 5 Aug 2021 20:11:44 +0000 (UTC) Received: (qmail 652 invoked by uid 500); 5 Aug 2021 20:11:43 -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 643 invoked by uid 99); 5 Aug 2021 20:11:43 -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; Thu, 05 Aug 2021 20:11:43 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6861581F23; Thu, 5 Aug 2021 20:11:43 +0000 (UTC) Date: Thu, 05 Aug 2021 20:11:34 +0000 To: "commits@beam.apache.org" Subject: [beam] branch master updated (7bfeca2 -> f759a5c) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <162819428985.30720.24912498893043094@gitbox.apache.org> From: tvalentyn@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: 7bfeca2a6ceb4ef8ac3c9822a59d770490c1e6f9 X-Git-Newrev: f759a5c7fe34c3d9e39cc21bb78cdc5da0a13eb1 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. tvalentyn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from 7bfeca2 [BEAM-12601] Add append-only option (#15257) add 57b6d77 Revert "[BEAM-11934] Remove Dataflow override of streaming WriteFiles with runner determined sharding (#15178)" add f759a5c Revert "[BEAM-11934] Remove Dataflow override of streaming WriteFiles with runner determined sharding" No new revisions were added by this update. Summary of changes: .../beam/runners/dataflow/DataflowRunner.java | 73 +++++++++++++ .../beam/runners/dataflow/DataflowRunnerTest.java | 120 ++++++++++----------- .../main/java/org/apache/beam/sdk/io/FileIO.java | 9 +- 3 files changed, 134 insertions(+), 68 deletions(-)