Skip to content

Commit 64d0352

Browse files
committed
Merge remote-tracking branch 'up/main' into fix-aggr
2 parents ca70c5c + 0cfbd97 commit 64d0352

46 files changed

Lines changed: 1487 additions & 413 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/reuse.linux.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -51,27 +51,6 @@ jobs:
5151
exit 1
5252
fi
5353
54-
proxy_benchmark_changes:
55-
runs-on: ubuntu-latest
56-
outputs:
57-
any_changed: ${{ steps.proxy.outputs.any_changed }}
58-
steps:
59-
- uses: actions/checkout@v6
60-
with:
61-
fetch-depth: 0
62-
- name: Check PROXY benchmark related changes
63-
uses: tj-actions/changed-files@v47
64-
id: proxy
65-
with:
66-
files: |
67-
.github/workflows/reuse.linux.yml
68-
scripts/benchmark/proxy_table_routing_bench.py
69-
scripts/ci/ci-run-proxy-routing-benchmark.sh
70-
src/query/catalog/src/table.rs
71-
src/query/settings/src/**
72-
src/query/storages/basic/src/proxy_table.rs
73-
src/query/storages/fuse/src/**
74-
7554
check:
7655
needs: info
7756
runs-on:
@@ -273,8 +252,7 @@ jobs:
273252
timeout-minutes: 20
274253

275254
test_proxy_routing_benchmark:
276-
needs: [build, check, proxy_benchmark_changes]
277-
if: needs.proxy_benchmark_changes.outputs.any_changed == 'true'
255+
needs: [build, check]
278256
runs-on:
279257
- self-hosted
280258
- "${{ inputs.runner_arch }}"

0 commit comments

Comments
 (0)