ShashidharM0118 commented on PR #18776: URL: https://github.com/apache/datafusion/pull/18776#issuecomment-3543689206
Hi, This PR avoids repartitioning for small datasets. This changes the aggregate mode in physical plans from FinalPartitioned → Final (or Single) for ~80+ test cases with small datasets. Should I update all these test expectations in the physical_plan sections, or is there a different approach you'd prefer? Thanks! -- 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]
