alamb commented on issue #13766:
URL: https://github.com/apache/datafusion/issues/13766#issuecomment-2545954689

   > i’m curious if there are any cases when downstream can’t use recursive yet 
needs stack overflow protection 🤔 if so, we may need switch to iterative after 
all
   
   I think the challenge will  be that converting algorithms to an iterative 
approach is non trivial effort and will likely complicate the code. So if 
people can't use recursive but need more efficient stack usage, perhaps they 
can contribute changes to help improve DataFusion in this area


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