You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/21 10:54:09 UTC

[GitHub] [arrow-datafusion] tustvold opened a new issue, #2306: CrossJoin Evaluates In ExecutionPlan::execute

tustvold opened a new issue, #2306:
URL: https://github.com/apache/arrow-datafusion/issues/2306

   **Describe the bug**
   
   Much like #1939 and #2173, CrossJoin evaluates its children in `ExecutionPlan::execute`
   
   **To Reproduce**
   
   Inspect code
   
   **Expected behavior**
   
   ExecutionPlan::execute should return a stream of results, but should not block on those results being available
   
   **Additional context**
   
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-datafusion] andygrove closed issue #2306: CrossJoin Evaluates In ExecutionPlan::execute

Posted by GitBox <gi...@apache.org>.
andygrove closed issue #2306: CrossJoin Evaluates In ExecutionPlan::execute
URL: https://github.com/apache/arrow-datafusion/issues/2306


-- 
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: github-unsubscribe@arrow.apache.org

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