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

vhs pushed a change to branch release-1.0.2
in repository https://gitbox.apache.org/repos/asf/hudi.git


    from 21c32795f6e [HUDI-9326] Replace the usage of RewriteAvroPayload with 
HoodieAvroIndexedRecord (#13180)
     new 4dc1f59d98d [HUDI-9325] Fix HFile reader to account for fake first key 
in the block index (#13179)
     new d1cdcb1c569 [MINOR] Remove spark2 bundle form validate staged bundles 
script (#13187)

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:
 .../io/storage/HoodieNativeAvroHFileReader.java    |   6 +-
 .../io/hadoop/TestHoodieHFileReaderWriterBase.java |  59 ++++++-
 ..._2_4_13_avro_simple_schema_fake_first_key.hfile | Bin 0 -> 460523 bytes
 .../org/apache/hudi/io/hfile/BlockIndexEntry.java  |   5 +
 .../org/apache/hudi/io/hfile/HFileDataBlock.java   |  26 ++-
 .../java/org/apache/hudi/io/hfile/HFileReader.java |  48 ++++--
 .../org/apache/hudi/io/hfile/HFileReaderImpl.java  |  34 ++--
 .../org/apache/hudi/io/hfile/TestHFileReader.java  | 191 ++++++++++++++++++---
 ...hbase_2_4_13_16KB_GZ_20000_fake_first_key.hfile | Bin 0 -> 115796 bytes
 scripts/release/validate_staged_bundles.sh         |   2 +-
 10 files changed, 308 insertions(+), 63 deletions(-)
 create mode 100644 
hudi-hadoop-common/src/test/resources/hfile/hudi_1_0_hbase_2_4_13_avro_simple_schema_fake_first_key.hfile
 create mode 100644 
hudi-io/src/test/resources/hfile/hudi_1_0_hbase_2_4_13_16KB_GZ_20000_fake_first_key.hfile

Reply via email to