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

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


    from 442fbcd  Merge pull request #9360: [website] Move Design Documents 
index to cwiki
     add 0015cae  [BEAM-7802] Make SQL example slightly simpler
     add 0c1e63d  [BEAM-7802] Inline AvroUtils methods to have only one public 
AvroUtils class in core SDK
     add 3cf7e4b  [BEAM-7802] Fix minor issues (access modifiers + static) in 
AvroUtilsTest
     add be6e077  [BEAM-7802] Make Schema.toString method multi OS friendly
     add 6978655  [BEAM-7802] Add AvroUtils.schemaCoder method to infer a Beam 
schema from Avro
     add c825d71  Merge pull request #9130: [BEAM-7802] Expose a method to make 
an Avro-based PCollection into an Schema-based one

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/beam/sdk/io/AvroIO.java   | 60 ++++++++++++++++++++-
 .../java/org/apache/beam/sdk/io/AvroUtils.java     | 40 --------------
 .../java/org/apache/beam/sdk/schemas/Schema.java   |  5 +-
 .../apache/beam/sdk/schemas/utils/AvroUtils.java   | 56 +++++++++++++++++++-
 .../beam/sdk/schemas/utils/AvroUtilsTest.java      | 61 +++++++++++++++++-----
 .../sdk/extensions/sql/example/BeamSqlExample.java | 15 +++---
 .../extensions/sql/example/BeamSqlPojoExample.java | 17 +++---
 7 files changed, 177 insertions(+), 77 deletions(-)
 delete mode 100644 
sdks/java/core/src/main/java/org/apache/beam/sdk/io/AvroUtils.java

Reply via email to