From commits-return-114590-archive-asf-public=cust-asf.ponee.io@beam.apache.org Thu Aug 12 03:20:26 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 CB80D180658 for ; Thu, 12 Aug 2021 05:20:26 +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 06A913F1C9 for ; Thu, 12 Aug 2021 03:20:26 +0000 (UTC) Received: (qmail 22656 invoked by uid 500); 12 Aug 2021 03:20:24 -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 22639 invoked by uid 99); 12 Aug 2021 03:20:24 -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, 12 Aug 2021 03:20:24 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5560881F26; Thu, 12 Aug 2021 03:20:24 +0000 (UTC) Date: Thu, 12 Aug 2021 03:20:15 +0000 To: "commits@beam.apache.org" Subject: [beam] tag nightly-master updated (b9b4c6e -> 55f42a5) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <162873841127.2052.5585100222006045987@gitbox.apache.org> From: github-bot@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: beam X-Git-Refname: refs/tags/nightly-master X-Git-Reftype: tag X-Git-Oldrev: b9b4c6e1f142d3fcb93f6a4458e2a06282ab9ee8 X-Git-Newrev: 55f42a57f2462a6cee63fd8d199825461ba18fae 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. github-bot pushed a change to tag nightly-master in repository https://gitbox.apache.org/repos/asf/beam.git. *** WARNING: tag nightly-master was modified! *** from b9b4c6e (commit) to 55f42a5 (commit) from b9b4c6e Merge pull request #15296 from andyxiexu/python-sdk add 7cb5383 Merge pull request #15126 from [BEAM-12665] Add option in ReadAll Transforms to add filename to the output add e6aa424 Update ptransform.py error message (#15286) add 95415d8 Fix docs typos in contrib guide. add 42f0fa0 Fix docs typos in contrib guide. add 89a8c10 [BEAM-12738][GoSDK] Fix Dataflow Job URL add b536b20 [BEAM-12738][GoSDK] Fix Dataflow Job URL add afd7dd8 Move misplaced cloud healthcare update info line from template to unreleased section add 9535553 Merge pull request #15310 from Quarz0/master add 55f42a5 [GoSDK Infra] Limit simultaneous tests binaries to 3. (#15321) No new revisions were added by this update. Summary of changes: CHANGES.md | 2 +- .../beam/runners/dataflow/dataflowlib/execute.go | 2 +- sdks/go/test/run_validatesrunner_tests.sh | 20 +++++++++++++++-- sdks/python/apache_beam/io/avroio.py | 7 +++++- sdks/python/apache_beam/io/avroio_test.py | 17 +++++++++++++- sdks/python/apache_beam/io/filebasedsource.py | 24 ++++++++++++++++---- sdks/python/apache_beam/io/parquetio.py | 26 +++++++++++++++++----- sdks/python/apache_beam/io/parquetio_test.py | 17 ++++++++++++-- sdks/python/apache_beam/io/textio.py | 11 ++++++++- sdks/python/apache_beam/io/textio_test.py | 11 +++++++++ sdks/python/apache_beam/io/tfrecordio.py | 11 +++++++-- sdks/python/apache_beam/io/tfrecordio_test.py | 22 ++++++++++++++++++ sdks/python/apache_beam/transforms/ptransform.py | 3 ++- website/www/site/content/en/contribute/_index.md | 4 ++-- 14 files changed, 153 insertions(+), 24 deletions(-)