zhuqi-lucas commented on issue #15493:
URL: https://github.com/apache/datafusion/issues/15493#issuecomment-2764468209
Also the tpch benchmark fails for the main branch:
```rust
RUST_BACKTRACE=1 ./bench.sh run tpch10
***************************
DataFusion Benchmark Script
COMMAND: run
BENCHMARK: tpch10
DATAFUSION_DIR: /Users/zhuqi/arrow-datafusion/benchmarks/..
BRANCH_NAME: main
DATA_DIR: /Users/zhuqi/arrow-datafusion/benchmarks/data
RESULTS_DIR: /Users/zhuqi/arrow-datafusion/benchmarks/results/main
CARGO_COMMAND: cargo run --release
PREFER_HASH_JOIN: true
***************************
RESULTS_FILE:
/Users/zhuqi/arrow-datafusion/benchmarks/results/main/tpch_sf10.json
Running tpch benchmark...
Finished `release` profile [optimized] target(s) in 0.20s
Running `/Users/zhuqi/arrow-datafusion/target/release/tpch benchmark
datafusion --iterations 5 --path
/Users/zhuqi/arrow-datafusion/benchmarks/data/tpch_sf10 --prefer_hash_join true
--format parquet -o
/Users/zhuqi/arrow-datafusion/benchmarks/results/main/tpch_sf10.json`
Running benchmarks with the following options: RunOpt { query: None, common:
CommonOpt { iterations: 5, partitions: None, batch_size: 8192, mem_pool_type:
"fair", memory_limit: None, sort_spill_reservation_bytes: None, debug: false },
path: "/Users/zhuqi/arrow-datafusion/benchmarks/data/tpch_sf10", file_format:
"parquet", mem_table: false, output_path:
Some("/Users/zhuqi/arrow-datafusion/benchmarks/results/main/tpch_sf10.json"),
disable_statistics: false, prefer_hash_join: true }
Query 1 iteration 0 took 690.9 ms and returned 4 rows
Query 1 iteration 1 took 598.7 ms and returned 4 rows
Query 1 iteration 2 took 601.4 ms and returned 4 rows
Query 1 iteration 3 took 581.8 ms and returned 4 rows
Query 1 iteration 4 took 637.5 ms and returned 4 rows
Query 1 avg time: 622.06 ms
thread 'tokio-runtime-worker' panicked at
datafusion/physical-plan/src/repartition/mod.rs:618:22:
partition not used yet
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
thread 'tokio-runtime-worker' panicked at
datafusion/physical-plan/src/repartition/mod.rs:618:22:
partition not used yet
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.
```
--
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]