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/11/19 00:22:11 UTC

[beam] branch master updated (774185b -> a267d96)

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 774185b  Merge pull request #13326 from [BEAM-10480] Update SDF programming guide
     add a267d96  [BEAM-9615] Switch options for logical types. (#13366)

No new revisions were added by this update.

Summary of changes:
 .../core/runtime/graphx/schema/logicaltypes.go     | 121 +++++++++++++++++++++
 .../pkg/beam/core/runtime/graphx/schema/schema.go  | 115 ++++++++------------
 .../beam/core/runtime/graphx/schema/schema_test.go |  55 ++++++----
 3 files changed, 200 insertions(+), 91 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/runtime/graphx/schema/logicaltypes.go