alamb commented on PR #9259:
URL: 
https://github.com/apache/arrow-datafusion/pull/9259#issuecomment-1969577679

   Hmm, looks like one more windows CI failure: 
https://github.com/apache/arrow-datafusion/actions/runs/8084527721/job/22089988905?pr=9259
   
   You might simply disable the test on windows like
   ```rust
   #[not(cfg(target_family = "windows"))]
   fn test ...
   ```
   
   
https://github.com/apache/arrow-datafusion/blob/d6717f8ef062dd9d6ba3e781ad4ebbbd5fbbedc3/datafusion/sqllogictest/bin/sqllogictests.rs#L21


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