From commits-return-58784-archive-asf-public=cust-asf.ponee.io@beam.apache.org Thu Feb 15 22:03:26 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 08C6618064A for ; Thu, 15 Feb 2018 22:03:25 +0100 (CET) Received: (qmail 7668 invoked by uid 500); 15 Feb 2018 21:03:25 -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 7659 invoked by uid 99); 15 Feb 2018 21:03:25 -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, 15 Feb 2018 21:03:25 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 865258247A; Thu, 15 Feb 2018 21:03:24 +0000 (UTC) Date: Thu, 15 Feb 2018 21:03:24 +0000 To: , "' commits@beam.apache.org" , '@gitbox.apache.org, Subject: [beam] branch master updated (11ad97e -> a5d9fe1) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151872860386.23003.11840958255857829002@gitbox.apache.org> From: robertwb@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: 11ad97e42015dc497fb5cc3d38090e64f9c7418b X-Git-Newrev: a5d9fe1bd43a47fa4f65da50e1832d66642ddb8b 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. robertwb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/beam.git. from 11ad97e Merge pull request #4676: [BEAM-3182] [Nexmark][SQL] Implement query 5 add fa90b9c Support Python 3 in the metrics, internal, typehints, and utils modules. new a5d9fe1 Merge pull request #4515 from luke-zhu/python3 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: sdks/python/apache_beam/internal/gcp/auth.py | 7 ++++--- sdks/python/apache_beam/internal/gcp/json_value.py | 12 ++++++------ sdks/python/apache_beam/internal/gcp/json_value_test.py | 6 +++--- sdks/python/apache_beam/internal/util.py | 4 ++-- sdks/python/apache_beam/metrics/cells.py | 3 ++- sdks/python/apache_beam/metrics/cells_test.py | 8 ++++++-- sdks/python/apache_beam/metrics/execution_test.py | 8 ++++---- sdks/python/apache_beam/typehints/decorators.py | 4 +++- .../apache_beam/typehints/native_type_compatibility.py | 2 +- sdks/python/apache_beam/typehints/opcodes.py | 2 +- sdks/python/apache_beam/typehints/trivial_inference.py | 1 - sdks/python/apache_beam/typehints/trivial_inference_test.py | 1 + sdks/python/apache_beam/typehints/typecheck.py | 10 ++++++---- sdks/python/apache_beam/typehints/typed_pipeline_test.py | 4 ++-- sdks/python/apache_beam/typehints/typehints.py | 6 ++++-- sdks/python/apache_beam/utils/profiler.py | 4 ++-- sdks/python/apache_beam/utils/retry.py | 6 ++++-- sdks/python/apache_beam/utils/timestamp.py | 13 +++++++------ 18 files changed, 58 insertions(+), 43 deletions(-) -- To stop receiving notification emails like this one, please contact robertwb@apache.org.