You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2021/10/03 03:44:42 UTC

[beam] tag nightly-master updated (d6b9156 -> b9457b7)

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

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/beam.git.


*** WARNING: tag nightly-master was modified! ***

    from d6b9156  (commit)
      to b9457b7  (commit)
    from d6b9156  [BEAM-11217] Implemented metrics filtering (#15482)
     add b9457b7  [BEAM-12513] Schemas and Coders (#15632)

No new revisions were added by this update.

Summary of changes:
 sdks/go/examples/snippets/04transforms.go          |   2 +-
 sdks/go/examples/snippets/06schemas.go             | 143 ++++++++++++++
 sdks/go/examples/snippets/06schemas_test.go        | 170 +++++++++++++++++
 sdks/go/pkg/beam/schema.go                         |  20 +-
 .../content/en/documentation/programming-guide.md  | 212 ++++++++++++++++++++-
 5 files changed, 535 insertions(+), 12 deletions(-)
 create mode 100644 sdks/go/examples/snippets/06schemas.go
 create mode 100644 sdks/go/examples/snippets/06schemas_test.go