This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from cd2ea2a10b [HUDI-4842] Support compaction strategy based on delta log
file num (#6670)
add eaa2f8ed3b [HUDI-4282] Repair IOException in CHDFS when check block
corrupted in HoodieLogFileReader (#6031)
No new revisions were added by this update.
Summary of changes:
.../hudi/common/fs/BoundedFsDataInputStream.java | 68 ++++++++++++++++++++++
.../java/org/apache/hudi/common/fs/FSUtils.java | 8 +++
.../hudi/common/table/log/HoodieLogFileReader.java | 6 +-
3 files changed, 81 insertions(+), 1 deletion(-)
create mode 100644
hudi-common/src/main/java/org/apache/hudi/common/fs/BoundedFsDataInputStream.java