JingsongLi opened a new pull request, #7809: URL: https://github.com/apache/paimon/pull/7809
### Purpose This adds a new partition sink strategy that dynamically adjusts shuffle based on per-partition traffic statistics collected at each checkpoint. Unlike HASH which statically maps each partition to one subtask, PARTITION_DYNAMIC monitors data distribution and rebalances load across downstream subtasks proportionally to partition traffic weight. ### Tests UTs and ITCase in AppendTableITCase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
