adriangbot commented on PR #21561: URL: https://github.com/apache/datafusion/pull/21561#issuecomment-4263004259
Benchmark for [this request](https://github.com/apache/datafusion/pull/21561#issuecomment-4262974208) failed. Last 20 lines of output: <details><summary>Click to expand</summary> ``` | ::: /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrow-array-58.1.0/src/types.rs:90:9 | 90 | pub struct $name {} | ---------------- similarly named struct `UInt32Type` defined here | help: a struct with a similar name exists | 469 - UInt16Type, 469 + UInt32Type, | help: consider importing this struct | 18 + use arrow::datatypes::UInt16Type; | For more information about this error, try `rustc --explain E0425`. warning: `datafusion-functions-aggregate` (lib) generated 1 warning error: could not compile `datafusion-functions-aggregate` (lib) due to 4 previous errors; 1 warning emitted warning: build failed, waiting for other jobs to finish... ``` </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]
