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

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


    from 438055c  Merge pull request #10239: [BEAM-8842] Temporarily disable 
BigQueryFileLoadsIT.test_multiple_destinations_transform
     add 820a796  [BEAM-8819] Fix AvroCoder serialisation by introduction of 
AvroGenericCoder specialisation
     add 0e1cb60  Added missing license header for AvroGenericCoder
     add afdf197  Fixed code style violations
     add 7e32334  Fixed missing AvroCoder -> AvroGenericCoder in python tests
     add 2fc1b84  Merge pull request #10218: [BEAM-8819] Fix AvroCoder 
serialisation by introducing AvroGenericCoder

No new revisions were added by this update.

Summary of changes:
 ...gistrar.java => AvroGenericCoderRegistrar.java} | 12 ++++++------
 ...slator.java => AvroGenericCoderTranslator.java} | 14 +++++++-------
 .../core/construction/CoderTranslationTest.java    |  5 +++++
 .../java/org/apache/beam/sdk/coders/AvroCoder.java |  7 ++++---
 .../apache/beam/sdk/coders/AvroGenericCoder.java}  | 22 ++++++++--------------
 sdks/python/apache_beam/coders/avro_record.py      |  2 +-
 sdks/python/apache_beam/coders/coders.py           | 12 ++++++------
 sdks/python/apache_beam/coders/coders_test.py      |  2 +-
 .../apache_beam/coders/coders_test_common.py       |  2 +-
 .../io/external/xlang_parquetio_test.py            |  2 +-
 10 files changed, 40 insertions(+), 40 deletions(-)
 rename 
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/{AvroCoderRegistrar.java
 => AvroGenericCoderRegistrar.java} (76%)
 rename 
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/{AvroCoderTranslator.java
 => AvroGenericCoderTranslator.java} (74%)
 copy 
sdks/java/{io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/AvroWriteRequest.java
 => core/src/main/java/org/apache/beam/sdk/coders/AvroGenericCoder.java} (69%)

Reply via email to