comphead commented on PR #7527:
URL: 
https://github.com/apache/arrow-datafusion/pull/7527#issuecomment-1718497081

   2 tests failed because the configuration is different between architectures 
for 
   amd:
   ```
    env:
       RUSTFLAGS: -C debuginfo=1
       CARGO_INCREMENTAL: 0
       RUST_BACKTRACE: 1
   ```
   
   mac,win
   ```
     env:
       RUSTFLAGS: -C debuginfo=0
   ``` 
   
   Lack of BACKTRACE=1 on mac,win arch expectedly lead the test to fail. @alamb 
would you mind to help where this set up?


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