gene-bordegaray commented on code in PR #24598: URL: https://github.com/apache/datafusion/pull/24598#discussion_r3846639550
########## datafusion/physical-plan/src/repartition/mod.rs: ########## Review Comment: could we actually fast path this on a single partition? my samply is showing this takes about 41% of cpu time on skewwed data, so this would help if we didnt always call take_arrays if not needed -- 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]
