comphead opened a new pull request, #23:
URL: https://github.com/apache/datafusion-benchmarks/pull/23

   Added `--query` command line argument: A new optional parameter that accepts 
an integer representing the specific query number to run (1-based indexing).
   
   Modified the main function signature: Added `query_num: int = None` 
parameter to handle the specific query selection.
   
   Implemented query selection logic:
   
   If `--query` is specified, only that specific query will be run
   If `--query` is not specified, all queries will be run (preserving original 
behavior)
   Added validation to ensure the query number is within the valid range for 
the benchmark
   Updated argument parsing: Added the new `--query` argument with proper help 
text and type validation.


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