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 6755587182b [HUDI-8025] Add tests for index updates with table
services (#12029)
add e2ca74f177c [HUDI-8248] Fixing Log Record reader to include rollback
blocks with timestamps > maxInstant times (#12033)
No new revisions were added by this update.
Summary of changes:
.../org/apache/hudi/index/HoodieIndexUtils.java | 2 +-
.../table/log/AbstractHoodieLogRecordReader.java | 20 ++--
.../table/log/BaseHoodieLogRecordReader.java | 20 ++--
.../common/table/log/block/HoodieLogBlock.java | 11 +++
.../common/functional/TestHoodieLogFormat.java | 14 +++
.../TestGlobalIndexEnableUpdatePartitions.java | 102 ++++++++++++++++++++-
6 files changed, 143 insertions(+), 26 deletions(-)