Skip to content

Commit b753bfc

Browse files
committed
Filter runend kernel
Signed-off-by: Nicholas Gates <[email protected]>
1 parent b83213b commit b753bfc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sql-benchmarks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }} \

0 commit comments

Comments
 (0)