This is an automated email from the ASF dual-hosted git repository.
iemejia pushed a change to branch release-2.18.0
in repository https://gitbox.apache.org/repos/asf/beam.git.
from feacdaf Merge pull request #10430: [BEAM-8944] Change to use single
thread in py sdk bundle progress rep…
add 36862f7 [BEAM-9041] Add missing equals methods for GenericRecord <->
Row conversion
add 6db2b7f [BEAM-9042] Fix RowToGenericRecordFn Avro schema serialization
add 3381d89 [BEAM-9042] Update SchemaCoder doc with info about functions
requiring equals
add 43ce943 [BEAM-9042] Test serializability and equality of
Row<->GenericRecord functions
new 18e80b3 Merge pull request #10526: [release-2.18.0][BEAM-9041,
BEAM-9042] SchemaCoder equals should not rely on from/toRowFunction equality
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/SchemaCoder.java | 3 +-
.../apache/beam/sdk/schemas/utils/AvroUtils.java | 81 +++++++++++++++++++++-
.../beam/sdk/schemas/utils/AvroUtilsTest.java | 16 +++++
3 files changed, 97 insertions(+), 3 deletions(-)