File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ jobs:
155155 shell : bash
156156 env :
157157 RUST_BACKTRACE : full
158+ VORTEX_OPERATORS : " true"
158159 run : |
159160 # Generate data, running each query once to make sure they don't panic.
160161 target/release_debug/query_bench \
@@ -198,6 +199,7 @@ jobs:
198199 OTEL_EXPORTER_OTLP_ENDPOINT : " ${{ (inputs.mode != 'pr' || github.event.pull_request.head.repo.fork == false) && secrets.OTEL_EXPORTER_OTLP_ENDPOINT || '' }}"
199200 OTEL_EXPORTER_OTLP_HEADERS : " ${{ (inputs.mode != 'pr' || github.event.pull_request.head.repo.fork == false) && secrets.OTEL_EXPORTER_OTLP_HEADERS || '' }}"
200201 OTEL_RESOURCE_ATTRIBUTES : " bench-name=${{ matrix.id }}"
202+ VORTEX_OPERATORS : " true"
201203 run : |
202204 target/release_debug/query_bench ${{ matrix.subcommand }} \
203205 -d gh-json \
@@ -216,6 +218,7 @@ jobs:
216218 OTEL_EXPORTER_OTLP_ENDPOINT : " ${{ (inputs.mode != 'pr' || github.event.pull_request.head.repo.fork == false) && secrets.OTEL_EXPORTER_OTLP_ENDPOINT || '' }}"
217219 OTEL_EXPORTER_OTLP_HEADERS : " ${{ (inputs.mode != 'pr' || github.event.pull_request.head.repo.fork == false) && secrets.OTEL_EXPORTER_OTLP_HEADERS || '' }}"
218220 OTEL_RESOURCE_ATTRIBUTES : " bench-name=${{ matrix.id }}"
221+ VORTEX_OPERATORS : " true"
219222 run : |
220223 target/release_debug/query_bench ${{ matrix.subcommand }} \
221224 --use-remote-data-dir ${{ matrix.remote_storage }} \
You can’t perform that action at this time.
0 commit comments