Skip to content

Commit 4dd4121

Browse files
authored
Minor: Fix bench.sh tpch data (#10905)
1 parent 8f76ac5 commit 4dd4121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/bench.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ data_tpch() {
302302
else
303303
echo " creating parquet files using benchmark binary ..."
304304
pushd "${SCRIPT_DIR}" > /dev/null
305-
$CARGO_COMMAND --bin tpch -- convert --input "${TPCH_DIR}" --prefer_hash_join ${PREFER_HASH_JOIN} --output "${TPCH_DIR}" --format parquet
305+
$CARGO_COMMAND --bin tpch -- convert --input "${TPCH_DIR}" --output "${TPCH_DIR}" --format parquet
306306
popd > /dev/null
307307
fi
308308
}

0 commit comments

Comments
 (0)