This is an automated email from the ASF dual-hosted git repository.
codope pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 395986e23de [HUDI-7367] Add makeQualified APIs (#10607)
add ff54c76c750 [HUDI-7146] Handle duplicate keys in HFile (#10617)
No new revisions were added by this update.
Summary of changes:
.../hudi/index/SparkMetadataTableRecordIndex.java | 9 +-
.../functional/TestHoodieBackedMetadata.java | 16 +--
.../hudi/client/functional/TestHoodieIndex.java | 48 +++++--
hudi-common/src/main/avro/HoodieMetadata.avsc | 11 +-
.../table/log/block/HoodieHFileDataBlock.java | 32 ++---
.../hudi/io/storage/HoodieAvroHFileWriter.java | 14 +-
.../io/storage/HoodieHBaseAvroHFileReader.java | 80 +++++++++--
.../apache/hudi/metadata/BaseTableMetadata.java | 25 ++--
.../metadata/FileSystemBackedTableMetadata.java | 7 +-
.../hudi/metadata/HoodieBackedTableMetadata.java | 157 +++++++++++++++++++++
.../metadata/HoodieMetadataLogRecordReader.java | 25 +++-
.../apache/hudi/metadata/HoodieTableMetadata.java | 14 +-
.../storage/TestHoodieHBaseHFileReaderWriter.java | 63 +++++++++
.../storage/TestHoodieHFileReaderWriterBase.java | 2 +-
.../org/apache/hudi/FunctionalIndexSupport.scala | 8 +-
.../org/apache/hudi/RecordLevelIndexSupport.scala | 6 +-
.../hudi/functional/RecordLevelIndexTestBase.scala | 7 +-
.../hudi/functional/TestMetadataRecordIndex.scala | 10 +-
18 files changed, 426 insertions(+), 108 deletions(-)