You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ap...@apache.org on 2018/12/27 19:33:14 UTC

[beam] branch master updated (498b186 -> a47b697)

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

apilloud pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 498b186  Merge pull request #7364 from Ardagan/FixBMetrics
     add e413099  [BEAM-4726] Add arity specialization for calling and returns.
     new a47b697  Merge pull request #7355 from lostluck/arity

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/pkg/beam/core/runtime/exec/fn.go           |  95 ++++++--
 sdks/go/pkg/beam/core/runtime/exec/fn_arity.go     | 252 +++++++++++++++++++++
 sdks/go/pkg/beam/core/runtime/exec/fn_arity.tmpl   |  70 ++++++
 sdks/go/pkg/beam/core/runtime/exec/fn_test.go      |  56 ++++-
 sdks/go/pkg/beam/core/runtime/exec/fullvalue.go    |  58 +++++
 .../pkg/beam/core/runtime/exec/fullvalue_test.go   |  58 +++++
 6 files changed, 566 insertions(+), 23 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/runtime/exec/fn_arity.go
 create mode 100644 sdks/go/pkg/beam/core/runtime/exec/fn_arity.tmpl


[beam] 01/01: Merge pull request #7355 from lostluck/arity

Posted by ap...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

apilloud pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit a47b6976846bb9028f723323240928d0b6cdff1c
Merge: 498b186 e413099
Author: Andrew Pilloud <ap...@users.noreply.github.com>
AuthorDate: Thu Dec 27 11:33:07 2018 -0800

    Merge pull request #7355 from lostluck/arity
    
    [BEAM-4726] Add arity specialization for calling and returns.

 sdks/go/pkg/beam/core/runtime/exec/fn.go           |  95 ++++++--
 sdks/go/pkg/beam/core/runtime/exec/fn_arity.go     | 252 +++++++++++++++++++++
 sdks/go/pkg/beam/core/runtime/exec/fn_arity.tmpl   |  70 ++++++
 sdks/go/pkg/beam/core/runtime/exec/fn_test.go      |  56 ++++-
 sdks/go/pkg/beam/core/runtime/exec/fullvalue.go    |  58 +++++
 .../pkg/beam/core/runtime/exec/fullvalue_test.go   |  58 +++++
 6 files changed, 566 insertions(+), 23 deletions(-)