This is an automated email from the ASF dual-hosted git repository.
zhangyue19921010 pushed a change to branch HUDI-8990-V2
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 9d60430e5c3 resolve conflict
add f03fc80498c code review
No new revisions were added by this update.
Summary of changes:
.../hudi/index/bucket/HoodieSimpleBucketIndex.java | 3 +-
.../index/bucket/partition/NumBucketsFunction.java | 9 +++
.../partition/PartitionBucketIndexCalculator.java | 12 +++
.../partition/PartitionBucketIndexUtils.java | 8 --
.../index/bucket/partition/RegexRuleEngine.java | 2 +-
.../bucket/TestPartitionBucketIndexCalculator.java | 93 +++++++++++++---------
.../BucketIndexBulkInsertPartitionerWithRows.java | 3 +-
.../RDDSimpleBucketBulkInsertPartitioner.java | 3 +-
.../BucketBulkInsertDataInternalWriterHelper.java | 2 +-
.../SparkPartitionBucketIndexPartitioner.java | 3 +-
.../model/PartitionBucketIndexHashingConfig.java | 12 +--
.../hudi/common/util/hash/TestBucketIndexUtil.java | 78 +++++++++---------
.../apache/hudi/table/ITTestHoodieDataSource.java | 20 ++---
.../procedures/PartitionBucketIndexManager.scala | 5 +-
.../TestInsertTableWithPartitionBucketIndex.scala | 86 +++++++++++++++++++-
15 files changed, 227 insertions(+), 112 deletions(-)