Kontinuation opened a new pull request, #592: URL: https://github.com/apache/sedona-db/pull/592
This is a follow up of comment https://github.com/apache/sedona-db/pull/573#discussion_r2763587238. The round robin partitioner uses an internal atomic counter and produces nondeterministic partitioning results due to task scheduling orders. This patch did a large refactoring to make each task own its own partitioner instance, thus eliminates randomness caused by racing. We have also removed the `Sync` constraint from the partitioner trait to enforce this design. -- 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]
