This is an automated email from the ASF dual-hosted git repository.
vhs pushed a change to branch release-1.0.2
in repository https://gitbox.apache.org/repos/asf/hudi.git
from d1cdcb1c569 [MINOR] Remove spark2 bundle form validate staged bundles
script (#13187)
new eaba7bfcd20 [HUDI-9327] Remove the unnecessry HoodieMetadataConfig
build (#13182)
new c3e9cbc2281 [HUDI-8601] Support multi-level data block index in HFile
(#13166)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../metadata/HoodieBackedTableMetadataWriter.java | 7 +-
...ieBackedTableMetadataWriterTableVersionSix.java | 5 +-
.../hudi/metadata/MetadataPartitionType.java | 8 +-
.../hudi/metadata/TestMetadataPartitionType.java | 8 +-
.../java/org/apache/hudi/io/hfile/HFileBlock.java | 4 +
.../hudi/io/hfile/HFileIntermediateIndexBlock.java | 25 +-
.../apache/hudi/io/hfile/HFileLeafIndexBlock.java | 84 +++++++
.../org/apache/hudi/io/hfile/HFileReaderImpl.java | 80 +++++-
.../apache/hudi/io/hfile/HFileRootIndexBlock.java | 42 ++--
.../org/apache/hudi/io/hfile/TestHFileReader.java | 276 +++++++++++++++++++++
...2_4_13_1KB_GZ_10000_large_keys_deep_index.hfile | Bin 0 -> 246061 bytes
..._1_0_hbase_2_4_13_1KB_GZ_20000_large_keys.hfile | Bin 0 -> 458683 bytes
...2_4_13_1KB_GZ_50000_large_keys_deep_index.hfile | Bin 0 -> 1218730 bytes
.../hudi/feature/index/TestExpressionIndex.scala | 11 +-
14 files changed, 492 insertions(+), 58 deletions(-)
copy hudi-common/src/main/java/org/apache/hudi/common/util/MapUtils.java =>
hudi-io/src/main/java/org/apache/hudi/io/hfile/HFileIntermediateIndexBlock.java
(63%)
create mode 100644
hudi-io/src/main/java/org/apache/hudi/io/hfile/HFileLeafIndexBlock.java
create mode 100644
hudi-io/src/test/resources/hfile/hudi_1_0_hbase_2_4_13_1KB_GZ_10000_large_keys_deep_index.hfile
create mode 100644
hudi-io/src/test/resources/hfile/hudi_1_0_hbase_2_4_13_1KB_GZ_20000_large_keys.hfile
create mode 100644
hudi-io/src/test/resources/hfile/hudi_1_0_hbase_2_4_13_1KB_GZ_50000_large_keys_deep_index.hfile