You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2020/03/17 01:09:55 UTC

[beam] branch master updated (defc92f -> c27abd4)

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

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


    from defc92f  Merge pull request #11131: [BEAM-8057] Reject Infinite or NaN literals at parse time
     add c27abd4  Merge pull request #10991 [BEAM-3301] Refactor DoFn validation & allow specifying main inputs.

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/graph/fn.go               | 282 ++++++++++++++++++------
 sdks/go/pkg/beam/core/graph/fn_test.go          | 107 ++++++++-
 sdks/go/pkg/beam/core/runtime/exec/translate.go |  13 +-
 sdks/go/pkg/beam/pardo.go                       |   6 +-
 4 files changed, 327 insertions(+), 81 deletions(-)