Dandandan commented on issue #20195: URL: https://github.com/apache/datafusion/issues/20195#issuecomment-4314693420
Something else to consider: For performance reasons it might be good to move away from modulo repartition in `RepartitionExec` using https://github.com/lemire/fastrange or alternatively change the implementation to https://docs.rs/strength_reduce/latest/strength_reduce/ See e.g. https://github.com/apache/datafusion/pull/21830#issuecomment-4314134317 for good results on changing it to use `fastrange` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
