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 ed2ee6aa58 AVRO-4232: [Python] Backport uv/ruff tooling to branch-1.12 
(#3922)
     new 861eea1562 AVRO-4322: Use reader/writers constently with model (#3924)
     new 718e198322 AVRO-4325: [Trevni] Validate column-file header counts and 
lengths before allocating (#3921)
     new 769f9cec06 AVRO-4324: [Java] Align ReflectDatumReader.readArray with 
GenericDatumReader eager-allocation guards (#3920)
     new 14a0097c5a AVRO-4323: [Java] Bound DataFileStream block size against 
available input before allocating the block buffer (#3919)

The 4 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/file/DataFileStream.java  | 14 +++++
 .../apache/avro/reflect/ReflectDatumReader.java    | 50 ++++++++++++++--
 .../java/org/apache/avro/TestDataFileReader.java   | 60 +++++++++++++++++++
 .../avro/io/FastReaderBuilderJavaClassTest.java    | 12 ++--
 .../avro/reflect/TestReflectDatumReader.java       | 69 ++++++++++++++++++++++
 .../avro/specific/TestSpecificDatumReader.java     |  6 ++
 .../java/org/apache/trevni/ColumnDescriptor.java   |  6 +-
 .../java/org/apache/trevni/ColumnFileReader.java   |  6 +-
 .../main/java/org/apache/trevni/ColumnValues.java  | 18 +++++-
 .../main/java/org/apache/trevni/InputBuffer.java   | 37 +++++++++++-
 .../java/org/apache/trevni/TestColumnFile.java     | 30 ++++++++++
 11 files changed, 293 insertions(+), 15 deletions(-)

Reply via email to