korowa commented on issue #8393:
URL: 
https://github.com/apache/arrow-datafusion/issues/8393#issuecomment-2010319617

   > the old paralleism strategy should works, but the check in 
enforce_distribution.rs block the reparition
   
   I don't think it's proper way to go -- it'll give some benefits in terms of 
runtime, but it will be suboptimal in terms of memory utilization, and cputime 
(as we'll need to perform BuildSideRows * NumberOfPartitions filter evaluations 
instead of BuildSideRows * 1, where 1 is probe side input batches)


-- 
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]

Reply via email to