[core][flink] Support Per-Partition Bucket Counts - #9370
Conversation
…estart note for per-partition bucket rescaling
|
hey @JingsongLi following up the conversion from #7865
Can you also re-run the failed action? It failed for some network issue when downloading JAR from maven repository. Re-run should fix this issue, but I do not have permission to trigger it. cc @mikedias |
|
Spark's fast-write path still relies on the table-level |
Continuation of #7865
This PR continues #7865.
The original author is no longer available to maintain the source branch. This continuation preserves all 19 original commits and their authorship, and moves ongoing maintenance to the
atlassian-forks/paimonfork.Original PR:
mdias/master/buckets-per-partitionPurpose
Support per-partition bucket counts so individual partitions can be rescaled independently without changing the bucket count of the entire table.
This allows a table to contain partitions with different bucket layouts while ensuring readers, writers, compaction, and overwrite/rescale operations use the bucket count recorded for each partition.
Commit history
All original commits from #7865 are preserved. New changes addressing outstanding review feedback will be added as separate commits on this maintained branch.
Follow-up
apache/masterSupersedes #7865.