tustvold commented on code in PR #2918: URL: https://github.com/apache/arrow-datafusion/pull/2918#discussion_r922297082
########## datafusion/common/src/pyarrow.rs: ########## @@ -94,19 +94,14 @@ mod tests { let python_path: Vec<&str> = locals.get_item("python_path").unwrap().extract().unwrap(); - Err(err).expect( - format!( - "pyarrow not found\nExecutable: {}\nPython path: {:?}\n\ + panic!("pyarrow not found\nExecutable: {}\nPython path: {:?}\n\ Review Comment: This error appears to have just been being lost previously, which is probably not what was intended -- 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