Dandandan commented on PR #13707:
URL: https://github.com/apache/datafusion/pull/13707#issuecomment-2531253390

   > Would this also result in parallel execution of plans based on VALUES?
   
   WDYM, when `VALUES` would be very large? I think in most cases `VALUES` 
would be not very large (not even one batch), so not sure if it makes much 
difference, currently round robin works per batch which is 8192 by default.
   
   Maybe it would help for e.g. parallelizing joins or similar queries, but it 
would be nice to show this with some benchmarks :).


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

Reply via email to