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 2020/08/06 18:59:13 UTC

[beam] branch master updated (aa6e64c -> 8d03dc6)

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 aa6e64c  Merge pull request #12461 from amaliujia/rw-support_array_as_return_type
     add 06a19b4  [BEAM-9615] Add initial Schema to Go conversions.
     add 242f1f0  [BEAM-9615] Improve error handling on schema conv
     add 8d03dc6  Merge pull request #12471 [BEAM-9615] Add initial Schema to Go conversions.

No new revisions were added by this update.

Summary of changes:
 .../pkg/beam/core/runtime/graphx/schema/schema.go  | 269 +++++++++++++++++++++
 .../beam/core/runtime/graphx/schema/schema_test.go | 182 ++++++++++++++
 2 files changed, 451 insertions(+)
 create mode 100644 sdks/go/pkg/beam/core/runtime/graphx/schema/schema.go
 create mode 100644 sdks/go/pkg/beam/core/runtime/graphx/schema/schema_test.go