comphead opened a new issue, #8837: URL: https://github.com/apache/arrow-datafusion/issues/8837
### Is your feature request related to a problem or challenge? In Datafusion CI builds we spontaneously hit the Rust stack overflow errors on TPC-DS queries. The most notorious is ``` thread 'tpcds_physical_q54' has overflowed its stack ``` As a workaround the `RUST_MIN_STACK = 3000000` applied for CI builds, but it might be a bigger problem behind that ### Describe the solution you'd like Investigate the reason for hitting stack overflow errors ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
