comphead commented on code in PR #8620:
URL: https://github.com/apache/arrow-datafusion/pull/8620#discussion_r1435665526


##########
.github/workflows/rust.yml:
##########
@@ -99,6 +99,11 @@ jobs:
           rust-version: stable
       - name: Run tests (excluding doctests)
         run: cargo test --lib --tests --bins --features avro,json,backtrace
+        env:

Review Comment:
   Adding more stack as q54 keeps failing.
   ```
   thread 'tpcds_physical_q54' has overflowed its stack
   ```
   This change shouldn't impact stack as the second param is boxed and thus 
resides in heap, in stack there is only a pointer. 



-- 
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]

Reply via email to