You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2022/03/08 00:33:10 UTC

[beam] branch master updated (e1f9910 -> 9afde56)

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

lcwik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from e1f9910  Merge pull request #17031: [BEAM-13925] Give pr bot write permissions on pr update
     add 9afde56  Adding a logical type for Schemas using proto serialization. (#16940)

No new revisions were added by this update.

Summary of changes:
 .../pipeline/src/main/proto/beam_runner_api.proto  |  4 ++
 .../apache/beam/sdk/schemas/SchemaTranslation.java | 10 ++--
 .../schemas/logicaltypes/SchemaLogicalType.java    | 60 ++++++++++++++++++++++
 .../beam/sdk/schemas/SchemaTranslationTest.java    |  2 +
 .../sdk/schemas/logicaltypes/LogicalTypesTest.java | 17 ++++++
 5 files changed, 90 insertions(+), 3 deletions(-)
 create mode 100644 sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/logicaltypes/SchemaLogicalType.java