alamb commented on pull request #1659: URL: https://github.com/apache/arrow-datafusion/pull/1659#issuecomment-1020539291
https://github.com/apache/arrow-datafusion/runs/4919106498?check_suite_focus=true ``` error[E0308]: mismatched types --> C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\which-4.2.3\src\finder.rs:161:65 | 161 | ... if s.as_bytes().first() == Some(b'.') { | ^^^^ | | | expected `&u8`, found `u8` | help: consider borrowing here: `&b'.'` For more information about this error, try `rustc --explain E0308`. error: could not compile `which` due to previous error ``` This looks like a bug in the `which` crate which was fixed: https://github.com/harryfei/which-rs/compare/4.2.3...4.2.4 I think it will pass on a rerun -- I retriggered he check and hopefully it will pass this time -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org