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 2022/12/02 18:43:53 UTC

[beam] branch master updated (a460eb14ab5 -> e1cd5c4faf8)

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 a460eb14ab5 Minor visibility improvements to render runner. (#24480)
     add e1cd5c4faf8 [Go SDK]: Infer field names from struct tags (#24473)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/io/bigqueryio/bigquery.go      |  22 +++-
 sdks/go/pkg/beam/io/bigqueryio/bigquery_test.go |  42 ++++++-
 sdks/go/pkg/beam/io/spannerio/spanner.go        |  21 +---
 sdks/go/pkg/beam/io/spannerio/spanner_test.go   |  11 --
 sdks/go/pkg/beam/util/structx/struct.go         |  58 ++++++++++
 sdks/go/pkg/beam/util/structx/struct_test.go    | 144 ++++++++++++++++++++++++
 6 files changed, 268 insertions(+), 30 deletions(-)
 create mode 100644 sdks/go/pkg/beam/util/structx/struct.go
 create mode 100644 sdks/go/pkg/beam/util/structx/struct_test.go