andygrove opened a new pull request, #1391:
URL: https://github.com/apache/datafusion-ballista/pull/1391

   ## Summary
   - Make the `--query` parameter optional for the tpch benchmark
   - When not specified, all 22 TPC-H queries are run sequentially
   - Works for both `datafusion` and `ballista` benchmark subcommands
   
   ## Example usage
   
   Run a single query:
   ```bash
   cargo run --release --bin tpch -- benchmark datafusion --path ./data 
--format tbl --query 1
   ```
   
   Run all 22 queries:
   ```bash
   cargo run --release --bin tpch -- benchmark datafusion --path ./data 
--format tbl
   ```
   
   ## Test plan
   - [x] Code compiles with `cargo check -p ballista-benchmarks`
   - [ ] Manual testing with TPC-H data
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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]

Reply via email to