This is an automated email from the ASF dual-hosted git repository. agrove pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push: new 3bd1902e5 fix: cargo install tpchgen-cli in benchmark doc (#1797) 3bd1902e5 is described below commit 3bd1902e574374f6996b67b6f473fc604cb946a1 Author: Qi Zhu <821684...@qq.com> AuthorDate: Tue May 27 22:08:44 2025 +0800 fix: cargo install tpchgen-cli in benchmark doc (#1797) --- docs/source/contributor-guide/benchmarking_macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contributor-guide/benchmarking_macos.md b/docs/source/contributor-guide/benchmarking_macos.md index 0909a191d..0f44babd8 100644 --- a/docs/source/contributor-guide/benchmarking_macos.md +++ b/docs/source/contributor-guide/benchmarking_macos.md @@ -32,7 +32,7 @@ Java and Rust must be installed locally. ## Data Generation ```shell -cargo install tpchgen-rs +cargo install tpchgen-cli tpchgen-cli -s 100 --format=parquet ``` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org