gaojun2048 edited a comment on pull request #1659: URL: https://github.com/apache/arrow-datafusion/pull/1659#issuecomment-1020714597
> 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: [harryfei/[email protected]](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 Yes. It's ok now. Thanks -- 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]
