This is an automated email from the ASF dual-hosted git repository.
zhangyue19921010 pushed a change to branch UT-Test
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 847bd3d40e7 test ut
add 734567a3ce7 test ut
add 2a2886f4340 Flink && Spark query adopt partition bucket index based
buckid pruning
add cb8f72d1483 Flink && Spark query adopt partition bucket index based
buckid pruning
add 6f0939dfbbc Flink && Spark query adopt partition bucket index based
buckid pruning
add 2bafa0c28b3 code review
add cbb666d497e code review
add 95c0d03c170 code review
add ac1f2406e12 code review
add 6b38a5b0831 code review
add 1610e8ca29b code review
add 94f3c8082d4 Merge branch 'master' into HUDI-8990-Part2
add cc10bdabe3f test ut
add a0c36322d53 test ut
No new revisions were added by this update.
Summary of changes:
.../scala/org/apache/hudi/HoodieFileIndex.scala | 17 +-
.../apache/hudi/PartitionBucketIndexSupport.scala | 85 +++++++++
.../TestPartitionBucketIndexSupport.scala | 201 +++++++++++++++++++++
.../hudi/functional/TestStreamingSource.scala | 1 +
4 files changed, 296 insertions(+), 8 deletions(-)
create mode 100644
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/PartitionBucketIndexSupport.scala
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestPartitionBucketIndexSupport.scala