hudi icon indicating copy to clipboard operation
hudi copied to clipboard

[HUDI-4902] Set default partitioner for SIMPLE BUCKET index

Open xicm opened this issue 3 years ago • 1 comments

Change Logs

ISSUE: https://github.com/apache/hudi/issues/6723

When we use BUCKET index in spark, the default BUCKET_INDEX_ENGINE_TYPE is SIMPLE. While only SparkBucketIndexPartitioner supports the SIMPLE bucket index.

This pr sets default partitioner for SIMPLE BUCKET index

Impact

Describe any public API or user-facing feature change or any performance impact.

Risk level: none | low | medium | high

Choose one. If medium or high, explain what verification was done to mitigate the risks.

Contributor's checklist

  • [ ] Read through contributor's guide
  • [ ] Change Logs and Impact were stated clearly
  • [ ] Adequate tests were added if applicable
  • [ ] CI passed

xicm avatar Sep 23 '22 03:09 xicm

@hudi-bot run azure

xicm avatar Sep 23 '22 13:09 xicm

CI report:

  • 74953bcb6c064234c22808fed8d155e75fa226d5 Azure: SUCCESS
Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

hudi-bot avatar Sep 24 '22 13:09 hudi-bot