You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2018/01/11 00:55:51 UTC

[beam] 01/01: Merge pull request #4373 from herohde/runtime6

This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch go-sdk
in repository https://gitbox.apache.org/repos/asf/beam.git

commit acac64e1275c505e0e5e50b32111c1a1cdc4c76c
Merge: 92cbda3 0f3ec80
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Wed Jan 10 16:55:47 2018 -0800

    Merge pull request #4373 from herohde/runtime6
    
    [BEAM-3388] Add general-purpose reflection-free function calls in Go runtime

 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(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.