adriangbot commented on PR #22066: URL: https://github.com/apache/datafusion/pull/22066#issuecomment-4399536795
Benchmark for [this request](https://github.com/apache/datafusion/pull/22066#issuecomment-4399501373) failed. Last 20 lines of output: <details><summary>Click to expand</summary> ``` note: `DataFusionError` needs to implement `From<arrow_schema::ArrowError>` --> datafusion/common/src/error.rs:69:1 | 69 | pub enum DataFusionError { | ^^^^^^^^^^^^^^^^^^^^^^^^ = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait = help: the following other types implement trait `std::convert::From<T>`: `DataFusionError` implements `std::convert::From<&Arc<DataFusionError>>` `DataFusionError` implements `std::convert::From<Box<dyn std::error::Error + std::marker::Send + Sync>>` `DataFusionError` implements `std::convert::From<arrow::error::ArrowError>` `DataFusionError` implements `std::convert::From<object_store::Error>` `DataFusionError` implements `std::convert::From<object_store::path::Error>` `DataFusionError` implements `std::convert::From<parquet::errors::ParquetError>` `DataFusionError` implements `std::convert::From<sqlparser::parser::ParserError>` `DataFusionError` implements `std::convert::From<std::fmt::Error>` `DataFusionError` implements `std::convert::From<std::io::Error>` Some errors have detailed explanations: E0053, E0277, E0308. For more information about an error, try `rustc --explain E0053`. error: could not compile `datafusion-common` (lib) due to 23 previous errors ``` </details> --- [File an issue](https://github.com/adriangb/datafusion-benchmarking/issues) against this benchmark runner -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
