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 af17ee72910 [MINOR] Modify return type description (#9479)
add 759907ebb17 [HUDI-6726] Fix connection leaks related to file reader
and iterator close (#9539)
No new revisions were added by this update.
Summary of changes:
.../table/action/commit/HoodieMergeHelper.java | 5 +-
.../io/storage/TestHoodieHFileReaderWriter.java | 10 +-
.../bootstrap/index/HFileBootstrapIndex.java | 8 +-
.../hudi/common/table/TableSchemaResolver.java | 5 +-
.../table/log/block/HoodieHFileDataBlock.java | 23 +--
.../hudi/common/util/queue/SimpleExecutor.java | 6 +-
.../hudi/io/storage/HoodieAvroHFileReader.java | 173 +++++++++++++++------
.../apache/hudi/io/storage/HoodieHFileUtils.java | 24 ++-
.../hudi/metadata/HoodieBackedTableMetadata.java | 4 +-
.../hudi/hadoop/HoodieHFileRecordReader.java | 8 +-
10 files changed, 185 insertions(+), 81 deletions(-)