alamb opened a new issue #1799: URL: https://github.com/apache/arrow-datafusion/issues/1799
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** When I run the command as suggested in https://github.com/apache/arrow-datafusion/blob/alamb%2Fbetter_bench_ux/benchmarks/README.md#L1 It errors like this: ```shell cargo run --bin tpch -- benchmark datafusion -o /tmp -p ~/Software/tpch_data/SF1 -q 1 --format tbl ... Running `/Users/alamb/Software/df-target/debug/tpch benchmark datafusion -o /tmp -p /Users/alamb/Software/tpch_data/SF1 -q 1 --format tbl` Running benchmarks with the following options: DataFusionBenchmarkOpt { query: 1, debug: false, iterations: 3, partitions: 2, batch_size: 8192, path: "/Users/alamb/Software/tpch_data/SF1", file_format: "tbl", mem_table: false, output_path: Some("/tmp") } [2022-02-09T18:44:26Z DEBUG datafusion::execution::memory_manager] Creating memory manager with initial size 11744051.2 TB thread 'main' panicked at 'failed to read query: Os { code: 2, kind: NotFound, message: "No such file or directory" }', benchmarks/src/bin/tpch.rs:566:42 ... ``` the issue is I am running from the `arrow-datafusion` directory but the program is looking for a file like `queries/1.sql` and the actual location is `datafusion/benchmarks/queries/1` **Describe the solution you'd like** The benchmark to work or to tell me what file it was looking for and can't find **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org