alamb commented on PR #16476:
URL: https://github.com/apache/datafusion/pull/16476#issuecomment-2993521635
Actually, I tried running some tests manually and I got an error that seems
to imply something is still looking for clickbench.queries:
```shell
(venv) andrewlamb@Andrews-MacBook-Pro-2:~/Software/datafusion2$
./benchmarks/bench.sh run clickbench_partitioned
***************************
DataFusion Benchmark Script
COMMAND: run
BENCHMARK: clickbench_partitioned
DATAFUSION_DIR: /Users/andrewlamb/Software/datafusion2/benchmarks/..
BRANCH_NAME: clickbench_split
DATA_DIR: /Users/andrewlamb/Software/datafusion2/benchmarks/data
RESULTS_DIR:
/Users/andrewlamb/Software/datafusion2/benchmarks/results/clickbench_split
CARGO_COMMAND: cargo run --release
PREFER_HASH_JOIN: true
***************************
RESULTS_FILE:
/Users/andrewlamb/Software/datafusion2/benchmarks/results/clickbench_split/clickbench_partitioned.json
Running clickbench (partitioned, 100 files) benchmark...
+ cargo run --release --bin dfbench -- clickbench --iterations 5 --path
/Users/andrewlamb/Software/datafusion2/benchmarks/data/hits_partitioned
--queries-path
/Users/andrewlamb/Software/datafusion2/benchmarks/queries/clickbench/queries.sql
-o
/Users/andrewlamb/Software/datafusion2/benchmarks/results/clickbench_split/clickbench_partitioned.json
Finished `release` profile [optimized] target(s) in 0.28s
Running `/Users/andrewlamb/Software/datafusion2/target/release/dfbench
clickbench --iterations 5 --path
/Users/andrewlamb/Software/datafusion2/benchmarks/data/hits_partitioned
--queries-path
/Users/andrewlamb/Software/datafusion2/benchmarks/queries/clickbench/queries.sql
-o
/Users/andrewlamb/Software/datafusion2/benchmarks/results/clickbench_split/clickbench_partitioned.json`
Running benchmarks with the following options: RunOpt { query: None, common:
CommonOpt { iterations: 5, partitions: None, batch_size: None, mem_pool_type:
"fair", memory_limit: None, sort_spill_reservation_bytes: None, debug: false },
path:
"/Users/andrewlamb/Software/datafusion2/benchmarks/data/hits_partitioned",
queries_path:
"/Users/andrewlamb/Software/datafusion2/benchmarks/queries/clickbench/queries.sql",
output_path:
Some("/Users/andrewlamb/Software/datafusion2/benchmarks/results/clickbench_split/clickbench_partitioned.json")
}
Error: Execution("Query path
'/Users/andrewlamb/Software/datafusion2/benchmarks/queries/clickbench/queries.sql'
does not exist.")
```
--
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]