You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2019/09/19 19:39:00 UTC

[beam] branch master updated (864e2e0 -> 4e88fa0)

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

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


    from 864e2e0  Merge pull request #9452: [BEAM-7945] Allow configuration of semi_persist_dir
     add b26eb94  [BEAM-7629] Go SDK additional Validation for DoFns (1st impl)
     add 4e88fa0  [BEAM-7629] Additional checks for context param and error return.

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/funcx/fn.go      |  56 ++++++-
 sdks/go/pkg/beam/core/funcx/fn_test.go | 161 ++++++++++++++++--
 sdks/go/pkg/beam/core/graph/fn.go      | 184 +++++++++++++++++++-
 sdks/go/pkg/beam/core/graph/fn_test.go | 295 ++++++++++++++++++++++++++++++++-
 4 files changed, 677 insertions(+), 19 deletions(-)