Ma77Ball opened a new issue, #5988: URL: https://github.com/apache/texera/issues/5988
### Task Summary The RoundRobin, HashBasedShuffle, and RangeBasedShuffle partitioners each repeat an identical `dict.fromkeys(...)` construction that builds the ordered list of (receiver, batch) pairs, including a copy-pasted ordering-rationale comment that had drifted between the three copies. This extracts that construction into a single `Partitioner.build_receiver_batches(channels)` base-class method and replaces the three inline copies with a call to it. Behavior is unchanged. ### Task Type - [x] Refactor -- 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]
