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

RyanSkraba pushed a change to branch branch-1.12
in repository https://gitbox.apache.org/repos/asf/avro.git


    from 478ed0b433 AVRO-4290: [python] Enforce a maximum decompressed block 
size (#3850)
     new e39580d436 AVRO-4296: [python] Bound zero-byte collection elements per 
datum, not per collection (#3926)
     new 8fa2067f70 AVRO-4241: [Java] Bound zero-byte collection elements per 
datum, not per collection (#3927)

The 2 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:
 .../java/org/apache/avro/SystemLimitException.java | 80 ++++++++++++++++++++++
 .../apache/avro/generic/GenericDatumReader.java    | 59 +++++++++++-----
 .../java/org/apache/avro/io/FastReaderBuilder.java | 78 ++++++++++++---------
 .../apache/avro/reflect/ReflectDatumReader.java    | 27 ++++----
 .../avro/generic/TestGenericDatumReader.java       | 65 ++++++++++++++++++
 lang/py/avro/io.py                                 | 60 +++++++++++-----
 lang/py/avro/test/test_io.py                       | 46 +++++++++++++
 7 files changed, 334 insertions(+), 81 deletions(-)

Reply via email to