westonpace commented on pull request #9742:
URL: https://github.com/apache/arrow/pull/9742#issuecomment-803842961


   How does this handle fan-out style parallelism.  For example, you can 
generally filter batch N while filtering batch N+1 at the same time.  Would 
there be a single ExecNode that is run twice?  If so won't you have trouble 
tracking inputs?  Or would there be two ExecNode instances in the plan?  In 
that case how would you decide which node to deliver batches to?


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to