Omega359 commented on code in PR #13876: URL: https://github.com/apache/datafusion/pull/13876#discussion_r1896196677
########## .github/workflows/rust.yml: ########## @@ -288,17 +318,20 @@ jobs: mv *.tbl ../datafusion/sqllogictest/test_files/tpch/data - name: Verify that benchmark queries return expected results run: | + # increase stack size to fix stack overflow + export RUST_MIN_STACK=20971520 Review Comment: I know I needed it when I tried running this the other day. When was that fixed? -- 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