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

   ### Is your feature request related to a problem or challenge?
   
   Some of the complex queries 
https://github.com/apache/arrow-datafusion/issues/9373, 
https://github.com/apache/arrow-datafusion/issues/9375, or like tpcd_64 etc. 
are facing stack overflow issues. 
   
   Through debugging, it appears that the root cause of these stack overflow 
problems lies in the `create_initial_plan` function, specifically due to its 
recursive implementation.
   
   
   ### Describe the solution you'd like
   
   I am not sure how to do it, however, `create_initial_plan` can be rewritten 
to remove recursive calls.
   
   ### Describe alternatives you've considered
   
   NA
   
   ### Additional context
   
   NA


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