adriangbot commented on PR #25108: URL: https://github.com/apache/datafusion/pull/25108#issuecomment-5601565955
Benchmark for [this request](https://github.com/apache/datafusion/pull/25108#issuecomment-5601497362) failed before finishing (Kubernetes reason: `BackoffLimitExceeded`). Benchmarks requested: `tpcds` <details><summary>Runner log (last 40 lines)</summary> ``` | | | required by a bound introduced by this call | help: the trait `FromIterator<Result<_, arrow_schema::ArrowError>>` is not implemented for `Result<Vec<_>, _>` but trait `FromIterator<Result<_, DataFusionError>>` is implemented for `Result<Vec<Arc<dyn arrow::array::Array>>, _>` --> /rustc/88d9e12ae178fab0fb5cc050a94da85685d449ea/library/core/src/result.rs:2114:0 = help: for that trait implementation, expected `DataFusionError`, found `arrow_schema::ArrowError` note: the method call chain might not have had the expected associated types --> datafusion/physical-plan/src/sorts/stream.rs:440:14 | 439 | let columns = (0..schema.fields().len()) | -------------------------- this expression has type `Range<usize>` 440 | .map(|i| { | ______________^ 441 | | let column_values: Vec<&dyn Array> = input_batches 442 | | .iter() 443 | | .map(|batch| batch.column(i).as_ref()) 444 | | .collect(); 445 | | interleave(&column_values, indices) 446 | | }) | |______________^ `Iterator::Item` is `Result<Arc<dyn Array>, ArrowError>` here note: required by a bound in `std::iter::Iterator::collect` --> /rustc/88d9e12ae178fab0fb5cc050a94da85685d449ea/library/core/src/iter/traits/iterator.rs:2077:4 warning: variable does not need to be mutable --> datafusion/physical-plan/src/sorts/stream.rs:513:17 | 513 | mut indices, | ----^^^^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default Some errors have detailed explanations: E0277, E0599, E0631. For more information about an error, try `rustc --explain E0277`. warning: `datafusion-physical-plan` (lib) generated 2 warnings error: could not compile `datafusion-physical-plan` (lib) due to 4 previous errors; 2 warnings emitted warning: build failed, waiting for other jobs to finish... ``` </details> <details><summary>Kubernetes message</summary> ``` Job has reached the specified backoff limit ``` </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]
