From db163e60ad305d30ef3843b0bd9654cd3e34e976 Mon Sep 17 00:00:00 2001 From: Gabriel Musat Mestre Date: Mon, 12 Jan 2026 19:37:11 +0100 Subject: [PATCH] Fix run_tpcds --- benchmarks/bench.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/bench.sh b/benchmarks/bench.sh index fd58c17f8ab40..e7f643a5d51d5 100755 --- a/benchmarks/bench.sh +++ b/benchmarks/bench.sh @@ -683,7 +683,7 @@ run_tpch_mem() { # Runs the tpcds benchmark run_tpcds() { - TPCDS_DIR="${DATA_DIR}" + TPCDS_DIR="${DATA_DIR}/tpcds_sf1" # Check if TPCDS data directory and representative file exists if [ ! -f "${TPCDS_DIR}/web_site.parquet" ]; then