devinjdangelo opened a new pull request, #7208: URL: https://github.com/apache/arrow-datafusion/pull/7208
## Which issue does this PR close? ## Rationale for this change On my local dev machine, `cargo test roundtrip_deeply_nested` aborts with a stack overflow error. Increasing the `stack_size` value in the test fixes the problem. It is unclear to me why this is required for me locally, but does not affect the CI pipeline (or presumably other devs). ## What changes are included in this PR? Increase stack_size to 20_000_000 from previous value of 10_000_000. ## Are these changes tested? N/A ## Are there any user-facing changes? No. -- 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]
