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/10/14 01:50:40 UTC

[beam] branch master updated (859ca46 -> 3b2b07d)

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 859ca46  [BEAM-9616] Allow new RegisterDoFn behaviour to be disabled (#13103)
     add 3b2b07d  [BEAM-11020] Adding multi-window splitting to Go SDF. (#13070)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/runtime/exec/datasource.go   |  24 +-
 .../pkg/beam/core/runtime/exec/datasource_test.go  |   4 +-
 .../go/pkg/beam/core/runtime/exec/dynsplit_test.go |  13 +-
 sdks/go/pkg/beam/core/runtime/exec/plan.go         |   8 +-
 sdks/go/pkg/beam/core/runtime/exec/sdf.go          | 212 ++++++++++--
 sdks/go/pkg/beam/core/runtime/exec/sdf_test.go     | 359 +++++++++++++++++++--
 sdks/go/pkg/beam/core/runtime/harness/harness.go   |  28 +-
 .../beam/io/rtrackers/offsetrange/offsetrange.go   |   4 +-
 8 files changed, 571 insertions(+), 81 deletions(-)