alamb commented on PR #11243: URL: https://github.com/apache/datafusion/pull/11243#issuecomment-2207360588
🤔 We seem to be hitting the dreaded sql planner stack overflow in debug builds again https://github.com/apache/datafusion/actions/runs/9778881627/job/26996930268?pr=11243 ``` thread 'tokio-runtime-worker' has overflowed its stack fatal runtime error: stack overflow error: test failed, to rerun pass `-p datafusion-sqllogictest --test sqllogictests` Caused by: process didn't exit successfully: `/__w/datafusion/datafusion/target/debug/deps/sqllogictests-dd5da520160d5a7d` (signal: 6, SIGABRT: process abort signal) Error: Process completed with exit code 101. ``` I think best way to fix this is to make a function (rather than inlining the code into the same big match expression) -- 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