vimt opened a new pull request, #10698:
URL: https://github.com/apache/datafusion/pull/10698

   ## Which issue does this PR close?
   
   Closes #.
   
   ## Rationale for this change
   
    I meet error when I try to run command `./bench.sh data tpch10_mem` as 
described in usage.
   
   ```
   Error: unknown benchmark 'tpch10_mem' for data generation
   ```
   
   And when I open `bench.sh`, IDE tells me that there is an error in the main 
function. 
   
   > main references arguments, but none are ever passed.
   > See [SC2120](https://github.com/koalaman/shellcheck/wiki/SC2120).
   
   ## What changes are included in this PR?
   1. Fix typo
   2. Calling `compare_benchmarks` with parameter passing
   
   ## Are these changes tested?
   I tested it manually with `bash -x`
   
   ## Are there any user-facing changes?
   No


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to