devinjdangelo commented on code in PR #8667:
URL: https://github.com/apache/arrow-datafusion/pull/8667#discussion_r1438307812
##########
.github/workflows/rust.yml:
##########
@@ -98,7 +98,7 @@ jobs:
with:
rust-version: stable
- name: Run tests (excluding doctests)
- run: cargo test --lib --tests --bins --features avro,json,backtrace
+ run: RUST_MIN_STACK=504857600 cargo test --lib --tests --bins
--features avro,json,backtrace
Review Comment:
I'm not sure. Locally I did not need this. To get CI tests to pass I needed
to boost stack size.
--
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]