viirya commented on code in PR #7712:
URL: https://github.com/apache/arrow-datafusion/pull/7712#discussion_r1342168938
##########
.github/workflows/rust.yml:
##########
@@ -241,6 +241,7 @@ jobs:
- name: Verify that benchmark queries return expected results
run: |
export TPCH_DATA=`realpath
datafusion/sqllogictest/test_files/tpch/data`
+ # use release build for plan verificaton because debug build causes
stack overflow
Review Comment:
Hmm, do you know what the cause of stack overflow there under debug build?
--
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]