adriangbot commented on PR #24928: URL: https://github.com/apache/datafusion/pull/24928#issuecomment-5568751799
Benchmark for [this request](https://github.com/apache/datafusion/pull/24928#issuecomment-5568473537) failed before finishing (Kubernetes reason: `BackoffLimitExceeded`). Benchmarks requested: `clickbench_partitioned` <details><summary>Runner log (last 40 lines)</summary> ``` warning: methods `is_empty` and `start_new_block` are never used --> datafusion/physical-plan/src/aggregates_blocked/group_values/multi_group_by/mod.rs:109:8 | 73 | pub trait BlockedGroupColumn<const IS_FIXED_GROUP_SIZE: bool>: Send + Sync { | ------------------ methods in this trait ... 109 | fn is_empty(&self) -> bool { | ^^^^^^^^ ... 132 | fn start_new_block(&mut self); | ^^^^^^^^^^^^^^^ warning: field `batch_size` is never read --> datafusion/physical-plan/src/aggregates_blocked/hash_stream.rs:150:5 | 142 | pub(crate) struct PartialHashAggregateStream { | -------------------------- field in this struct ... 150 | batch_size: usize, | ^^^^^^^^^^ warning: `datafusion-physical-plan` (lib) generated 42 warnings (run `cargo fix --lib -p datafusion-physical-plan` to apply 24 suggestions) Finished `release` profile [optimized] target(s) in 0.18s Running `/workspace/datafusion-branch/target/release/dfbench clickbench --iterations 5 --path /workspace/datafusion-bench/benchmarks/data/hits_partitioned --queries-path /workspace/datafusion-bench/benchmarks/queries/clickbench/queries -o /workspace/datafusion-bench/benchmarks/results/add-blocks-impl-from-scratch/clickbench_partitioned.json` thread 'tokio-rt-worker' (9937) panicked at datafusion/physical-expr-common/src/blocked_binary_view_map.rs:510:13: assertion `left == right` failed left: 0 right: 1 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace thread 'tokio-rt-worker' (9943) panicked at datafusion/physical-expr-common/src/blocked_binary_view_map.rs:510:13: assertion `left == right` failed left: 0 right: 1 thread 'tokio-rt-worker' (9942) panicked at datafusion/physical-expr-common/src/blocked_binary_view_map.rs:510:13: assertion `left == right` failed left: 0 right: 1 ``` </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]
