You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2021/04/25 23:02:13 UTC

[arrow-datafusion] branch master updated: Fix tpch-gen (#74)

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

agrove 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 ddaea81  Fix tpch-gen (#74)
ddaea81 is described below

commit ddaea81f9f46e918b5ab4e6257f1963b2a8a0f15
Author: Ximo Guanter <xi...@gmail.com>
AuthorDate: Mon Apr 26 01:02:05 2021 +0200

    Fix tpch-gen (#74)
---
 benchmarks/tpch-gen.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/benchmarks/tpch-gen.sh b/benchmarks/tpch-gen.sh
index 3cef3bd..676c0e7 100755
--- a/benchmarks/tpch-gen.sh
+++ b/benchmarks/tpch-gen.sh
@@ -18,7 +18,9 @@
 
 #set -e
 
+pushd ..
 . ./dev/build-set-env.sh
+popd
 docker build -t ballistacompute/ballista-tpchgen:$BALLISTA_VERSION -f tpchgen.dockerfile .
 
 # Generate data into the ./data directory if it does not already exist