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/24 23:42:51 UTC

[beam] branch master updated (c44fb40 -> 1fc7949)

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 c44fb40  Merge pull request #11163 from [BEAM-9548] Add better error handling to the TestStreamServiceController
     add 667b8e4  [BEAM-3301] Adding restriction trackers and validation.
     add 1fc7949  Merge pull request #11188: [BEAM-3301] Adding restriction trackers and validation.

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/funcx/fn.go      |  37 +++++++++-
 sdks/go/pkg/beam/core/graph/fn.go      |  85 ++++++++++++++++++---
 sdks/go/pkg/beam/core/graph/fn_test.go | 131 +++++++++++++++++++++++++++++----
 sdks/go/pkg/beam/core/sdf/sdf.go       |  74 +++++++++++++++++++
 4 files changed, 298 insertions(+), 29 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/sdf/sdf.go