QuakeWang opened a new pull request, #9788:
URL: https://github.com/apache/paimon/pull/9788

   ### Purpose
   
   Follow-up on #7363. Newly allocated buckets received count entries before 
candidate registration, causing registration to be skipped. Once the bucket 
limit was reached, only the first bucket remained eligible for random 
assignment.
   
   Register each bucket when it is allocated, keeping candidates complete and 
duplicate-free while preserving the random selection strategy and existing hash 
mappings.
   
   ### Tests
   
   - Added regression tests for bucket registration, overflow candidates, and 
existing hash mappings.
   - Simple hash bucket assigner and dynamic bucket tests: 26 passed.
   - Flake8 and license header checks passed.


-- 
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]

Reply via email to