You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by yi...@apache.org on 2022/09/17 19:19:29 UTC

[hudi] branch master updated (cd2ea2a10b -> eaa2f8ed3b)

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