This is an automated email from the ASF dual-hosted git repository.

xudong963 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 4153d88e7 Remove redundant docker argument (#2752)
4153d88e7 is described below

commit 4153d88e7f6950b9488643b8a6b58f6746ea0e06
Author: Brent Gardner <[email protected]>
AuthorDate: Sun Jun 19 21:32:24 2022 -0600

    Remove redundant docker argument (#2752)
---
 benchmarks/tpch-gen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/tpch-gen.sh b/benchmarks/tpch-gen.sh
index 0684fd97a..2f79ade76 100755
--- a/benchmarks/tpch-gen.sh
+++ b/benchmarks/tpch-gen.sh
@@ -30,6 +30,6 @@ if test -f "$FILE"; then
     echo "$FILE exists."
 else
   mkdir data 2>/dev/null
-  docker run datafusion-tpchgen:$DATAFUSION_VERSION $1 -v `pwd`/data:/data -it 
--rm datafusion-tpchgen:$DATAFUSION_VERSION
+  docker run -v `pwd`/data:/data -it --rm 
datafusion-tpchgen:$DATAFUSION_VERSION $1
   ls -l data
 fi
\ No newline at end of file

Reply via email to