adriangbot commented on PR #21356: URL: https://github.com/apache/datafusion/pull/21356#issuecomment-4186822832
Benchmark for [this request](https://github.com/apache/datafusion/pull/21356#issuecomment-4186796102) failed. Last 20 lines of output: <details><summary>Click to expand</summary> ``` Query 32 iteration 4 took 1036.9 ms and returned 10 rows Query 32 avg time: 1082.20 ms Q33: -- Must set for ClickBench hits_partitioned dataset. See https://github.com/apache/datafusion/issues/16591 -- set datafusion.execution.parquet.binary_as_string = true SELECT "URL", COUNT(*) AS c FROM hits GROUP BY "URL" ORDER BY c DESC LIMIT 10; + cargo run --release --bin 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/optimize-vectorized-append/clickbench_partitioned.json warning: constant `BYTE_VIEW_MAX_BLOCK_SIZE` is never used --> datafusion/physical-expr-common/src/binary_view_map.rs:151:7 | 151 | const BYTE_VIEW_MAX_BLOCK_SIZE: usize = 2 * 1024 * 1024; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: `datafusion-physical-expr-common` (lib) generated 1 warning Finished `release` profile [optimized] target(s) in 0.17s 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/optimize-vectorized-append/clickbench_partitioned.json` ./bench.sh: line 32: 19646 Segmentation fault (core dumped) "$@" ``` </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]
