[core][flink] Support Per-Partition Bucket Counts - #9370
Open
dwangatt wants to merge 22 commits into
Open
Conversation
…estart note for per-partition bucket rescaling
Contributor
Author
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.