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 d8519dd [BEAM-9811] Nightly snapshot publish error
add e55a7b3 [BEAM-9775] Adding Go SDF example, adjusting GetProgress
signature. (#11499)
No new revisions were added by this update.
Summary of changes:
.../stringsplit/offsetrange/offsetrange.go | 119 ++++++++++
sdks/go/examples/stringsplit/stringsplit.go | 246 +++++++++++++++++++++
sdks/go/pkg/beam/core/graph/fn_test.go | 4 +-
.../beam/core/runtime/exec/sdf_invokers_test.go | 2 +-
.../pkg/beam/core/runtime/graphx/translate_test.go | 2 +-
sdks/go/pkg/beam/core/sdf/sdf.go | 7 +-
6 files changed, 373 insertions(+), 7 deletions(-)
create mode 100644 sdks/go/examples/stringsplit/offsetrange/offsetrange.go
create mode 100644 sdks/go/examples/stringsplit/stringsplit.go