peter-toth commented on code in PR #13887: URL: https://github.com/apache/datafusion/pull/13887#discussion_r1898480743
########## datafusion/sql/src/query.rs: ########## @@ -62,10 +63,11 @@ impl<S: ContextProvider> SqlToRel<'_, S> { // The functions called from `set_expr_to_plan()` need more than 128KB // stack in debug builds as investigated in: // https://github.com/apache/datafusion/pull/13310#discussion_r1836813902 - let min_stack_size = recursive::get_minimum_stack_size(); Review Comment: Late LGTM. `StackGuard` is a very clever fix. -- 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