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 d4ad5d4 Merge pull request #11882 from y1chi/BEAM-10112
add 2e13367 [BEAM-9615] Add string coder utility functions. (#11925)
No new revisions were added by this update.
Summary of changes:
sdks/go/pkg/beam/core/graph/coder/stringutf8.go | 83 ++++++++++++++
.../pkg/beam/core/graph/coder/stringutf8_test.go | 122 +++++++++++++++++++++
2 files changed, 205 insertions(+)
create mode 100644 sdks/go/pkg/beam/core/graph/coder/stringutf8.go
create mode 100644 sdks/go/pkg/beam/core/graph/coder/stringutf8_test.go