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

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


    from a56ce43  Merge pull request #5337 from RobbeSneyders/typehints
     add 2ed7f4e  Add SchemaProviderRegistrar class.
     add a8ad643  Add DefaultSchema and fix failures turned up by plugins.
     add 6892a32  Address review commemnts.
     new 552be73  Merge pull request #5840: [BEAM-4451] Schemas default 
provider and serviceloader

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/beam/sdk/schemas/DefaultSchema.java | 144 +++++++++++++++++++++
 .../apache/beam/sdk/schemas/SchemaProvider.java    |   4 +
 .../SchemaProviderRegistrar.java}                  |  22 ++--
 .../apache/beam/sdk/schemas/SchemaRegistry.java    |  35 ++++-
 .../beam/sdk/schemas/SchemaRegistryTest.java       |  82 ++++++++++++
 5 files changed, 274 insertions(+), 13 deletions(-)
 create mode 100644 
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/DefaultSchema.java
 copy 
sdks/java/core/src/main/java/org/apache/beam/sdk/{coders/CoderProviderRegistrar.java
 => schemas/SchemaProviderRegistrar.java} (65%)

Reply via email to