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 e1c9102d6c7 [HUDI-6647] Expand Hudi Java Client Functionality (#9371)
add a19e25b25c1 [HUDI-6654] Add new log block header type to store record
positions (#9376)
No new revisions were added by this update.
Summary of changes:
hudi-common/pom.xml | 6 ++
.../hudi/common/table/log/LogReaderUtils.java | 62 +++++++++++++
.../common/table/log/block/HoodieLogBlock.java | 17 +++-
.../common/functional/TestHoodieLogFormat.java | 22 ++++-
.../hudi/common/table/log/TestLogReaderUtils.java | 102 +++++++++++++++++++++
.../format/expected_record_positions.data | 19 ++++
.../format/record_positions_header_v3.data | 19 ++++
pom.xml | 8 ++
8 files changed, 252 insertions(+), 3 deletions(-)
create mode 100644
hudi-common/src/test/java/org/apache/hudi/common/table/log/TestLogReaderUtils.java
create mode 100644
hudi-common/src/test/resources/format/expected_record_positions.data
create mode 100644
hudi-common/src/test/resources/format/record_positions_header_v3.data