peter-toth commented on code in PR #13310: URL: https://github.com/apache/datafusion/pull/13310#discussion_r1834704084
########## datafusion/sql/src/query.rs: ########## @@ -59,7 +59,12 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> { self.select_into(plan, select_into) } other => { + // TODO: check why set_expr_to_plan or the functions it calls need bigger Review Comment: I would rather create a separate ticket for this investigation as the stack size requirement of the call tree below this point is not because of this PR. Actually, the stak size requirement might be completely normal. Or it can also be a sign of an oportunity for improvement. I will be offline for a few days, but will raise a ticket once I'm back. -- 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