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

Reply via email to