From commits-return-55568-archive-asf-public=cust-asf.ponee.io@beam.apache.org Thu Jan 11 01:55:53 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 37E6F18072F for ; Thu, 11 Jan 2018 01:55:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 27F54160C40; Thu, 11 Jan 2018 00:55:53 +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 6EDA1160C2E for ; Thu, 11 Jan 2018 01:55:52 +0100 (CET) Received: (qmail 17708 invoked by uid 500); 11 Jan 2018 00:55:51 -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 17699 invoked by uid 99); 11 Jan 2018 00:55:51 -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, 11 Jan 2018 00:55:51 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 1CE7D84B72; Thu, 11 Jan 2018 00:55:51 +0000 (UTC) Date: Thu, 11 Jan 2018 00:55:50 +0000 To: , "' commits@beam.apache.org" , '@gitbox.apache.org, Subject: [beam] branch go-sdk updated (92cbda3 -> acac64e) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151563215019.6730.11232970512125730823@gitbox.apache.org> From: altay@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: beam X-Git-Refname: refs/heads/go-sdk X-Git-Reftype: branch X-Git-Oldrev: 92cbda3418cdfe92c010dc8e6f882fddc702c1ef X-Git-Newrev: acac64e1275c505e0e5e50b32111c1a1cdc4c76c 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. altay pushed a change to branch go-sdk in repository https://gitbox.apache.org/repos/asf/beam.git. from 92cbda3 Merge pull request #4284 from wcn3/model_external_support add 0db4090 Initial version of type-specialized general reflective calls add 5ff88b0 Add general-purpose untyped callers in Go SDK runtime add 2dc8363 Use fast caller for filter transform predicate add 0f3ec80 CR: Clarified comment on caller template new acac64e Merge pull request #4373 from herohde/runtime6 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/go/cmd/specialize/main.go | 88 +- sdks/go/pkg/beam/core/runtime/exec/callers.go | 544 ++++++++++ sdks/go/pkg/beam/core/runtime/exec/callers.tmpl | 63 ++ sdks/go/pkg/beam/core/runtime/exec/combine.go | 13 +- sdks/go/pkg/beam/core/runtime/exec/fn.go | 2 + sdks/go/pkg/beam/core/util/reflectx/call.go | 100 ++ sdks/go/pkg/beam/core/util/reflectx/calls.go | 1213 +++++++++++++++++++++++ sdks/go/pkg/beam/core/util/reflectx/calls.tmpl | 68 ++ sdks/go/pkg/beam/transforms/filter/filter.go | 11 +- 9 files changed, 2078 insertions(+), 24 deletions(-) create mode 100644 sdks/go/pkg/beam/core/runtime/exec/callers.go create mode 100644 sdks/go/pkg/beam/core/runtime/exec/callers.tmpl create mode 100644 sdks/go/pkg/beam/core/util/reflectx/call.go create mode 100644 sdks/go/pkg/beam/core/util/reflectx/calls.go create mode 100644 sdks/go/pkg/beam/core/util/reflectx/calls.tmpl -- To stop receiving notification emails like this one, please contact ['"commits@beam.apache.org" '].