tlm365 commented on code in PR #14095: URL: https://github.com/apache/datafusion/pull/14095#discussion_r1917910609
########## datafusion/sqllogictest/bin/sqllogictests.rs: ########## @@ -52,6 +52,7 @@ const SQLITE_PREFIX: &str = "sqlite"; pub fn main() -> Result<()> { tokio::runtime::Builder::new_multi_thread() .enable_all() + .thread_stack_size(4 * 1024 * 1024) Review Comment: We need to adjust this config to avoid error `thread 'tokio-runtime-worker' has overflowed its stack` of `sqllogictest` process since we change the `with_recursion_limit` config. -- 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