xudong963 commented on PR #15600: URL: https://github.com/apache/datafusion/pull/15600#issuecomment-2786981726
> I move out the function and reduce the "stack size" the stack overflow is gone. `sql_array_literal` is another one example too. `try_from_physical_plan` has the large function body, so maybe you can try to move the recursive-heady code out as a function to reduce the stack size. I've also encountered such issue and made it work again by splitting function -- 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-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org