You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/07 14:34:25 UTC

[GitHub] [arrow-datafusion] isidentical opened a new issue, #4127: Allow TPCH tooling to create a combined result for easier processing by outside tools

isidentical opened a new issue, #4127:
URL: https://github.com/apache/arrow-datafusion/issues/4127

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   Currently, we have to run each query individually for retrieving the benchmark results for it. This also applies to the results, where we have to actually create multiple files and then combine them later into a single one (summaries). 
   ```
   $ ./tpch benchmark datafusion --query 1 -o queries
   $ ./tpch benchmark datafusion --query 2 -o queries
   ...
   ```
   
   **Describe the solution you'd like**
   If `--query` argument is not passed, I think we should be able to run everything at once and output a uniform summary.
   
   **Describe alternatives you've considered**
   Automating this with an external script might also be an option, but I think this version is cleaner.
   
   **Additional context**
   This should ideally also help on the path to a conbench task for TPCH, since we can now get a uniform result set.


-- 
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-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] andygrove closed issue #4127: Allow TPCH tooling to create a combined result for easier processing by outside tools

Posted by GitBox <gi...@apache.org>.
andygrove closed issue #4127: Allow TPCH tooling to create a combined result for easier processing by outside tools
URL: https://github.com/apache/arrow-datafusion/issues/4127


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org