This is an automated email from the ASF dual-hosted git repository.
zhangyue19921010 pushed a change to branch HUDI-8990-Part2
in repository https://gitbox.apache.org/repos/asf/hudi.git
from b53f457aa1e fix ut
add 2d79e40b46a code review
No new revisions were added by this update.
Summary of changes:
.../index/bucket/partition/NumBucketsFunction.java | 24 +++---
.../java/org/apache/hudi/source/FileIndex.java | 36 +++------
.../hudi/source/prune/PartitionBucketIdFunc.java | 65 ++++++++++++++++
.../hudi/source/prune/PrimaryKeyPruners.java | 6 +-
.../org/apache/hudi/table/HoodieTableSource.java | 10 +--
.../apache/hudi/PartitionBucketIndexSupport.scala | 5 +-
.../TestInsertTableWithPartitionBucketIndex.scala | 90 ++++++++++++++++++++++
7 files changed, 189 insertions(+), 47 deletions(-)
create mode 100644
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/prune/PartitionBucketIdFunc.java