File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147 # Build options string if scale_factor is set
148148 opts=""
149149 if [ -n "${{ matrix.scale_factor }}" ]; then
150- opts="--options scale_factor=${{ matrix.scale_factor }}"
150+ opts="--options scale_factor=${{ matrix.scale_factor }} $opts "
151151 fi
152152
153153 # Generate data with df-bench (runs each query once)
@@ -271,7 +271,7 @@ jobs:
271271 # Build options string if scale_factor is set
272272 opts="--options remote_data_dir=${{ matrix.remote_storage }}"
273273 if [ -n "${{ matrix.scale_factor }}" ]; then
274- opts="--options scale_factor=${{ matrix.scale_factor }}"
274+ opts="--options scale_factor=${{ matrix.scale_factor }} ${opts} "
275275 fi
276276
277277 # Run df-bench with remote storage
You can’t perform that action at this time.
0 commit comments