Skip to content

Commit d70ea13

Browse files
committed
Merge remote-tracking branch 'origin/develop' into ji/slots-for-arrays
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk> # Conflicts: # encodings/alp/public-api.lock # encodings/bytebool/public-api.lock # encodings/datetime-parts/public-api.lock # encodings/decimal-byte-parts/public-api.lock # encodings/fastlanes/public-api.lock # encodings/fsst/public-api.lock # encodings/pco/public-api.lock # encodings/runend/public-api.lock # encodings/sequence/public-api.lock # encodings/sparse/public-api.lock # encodings/zigzag/public-api.lock # encodings/zstd/public-api.lock # vortex-array/public-api.lock # vortex-array/src/arrays/scalar_fn/slice.rs # vortex-array/src/arrays/scalar_fn/vtable/mod.rs
2 parents bd11897 + b79b7d6 commit d70ea13

111 files changed

Lines changed: 1359 additions & 1124 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/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -658,15 +658,15 @@ jobs:
658658
- uses: ./.github/actions/setup-prebuild
659659
- uses: ./.github/actions/system-info
660660
- name: Install Codspeed
661-
uses: taiki-e/cache-cargo-install-action@59027ebf20a9617c4e819eb53ccd2673cb162b89
661+
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
662662
with:
663663
tool: cargo-codspeed
664664
- name: Build benchmarks
665665
env:
666666
RUSTFLAGS: "-C target-feature=+avx2 -C debug-assertions=yes"
667667
run: cargo codspeed build ${{ matrix.features }} $(printf -- '-p %s ' ${{ matrix.packages }}) --profile bench
668668
- name: Run benchmarks
669-
uses: CodSpeedHQ/action@281164b0f014a4e7badd2c02cecad9b595b70537
669+
uses: CodSpeedHQ/action@1c8ae4843586d3ba879736b7f6b7b0c990757fab
670670
with:
671671
run: bash scripts/bench-taskset.sh cargo codspeed run
672672
token: ${{ secrets.CODSPEED_TOKEN }}
@@ -869,7 +869,7 @@ jobs:
869869
- uses: actions/checkout@v6
870870
- uses: ./.github/actions/setup-prebuild
871871
- name: Install cargo-edit
872-
uses: taiki-e/cache-cargo-install-action@59027ebf20a9617c4e819eb53ccd2673cb162b89
872+
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
873873
with:
874874
tool: cargo-edit
875875
- name: Set Version

.github/workflows/close-fixed-fuzzer-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
compiler: llvm
5050

5151
- name: Install cargo-fuzz
52-
uses: taiki-e/cache-cargo-install-action@24c4eaa867646941dd8cd6f08c1497ea68d732ba
52+
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
5353
with:
5454
tool: cargo-fuzz
5555

.github/workflows/fuzz-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "Found llvm-profdata at $LLVM_PROFDATA"
5151
5252
- name: Install cargo-fuzz
53-
uses: taiki-e/cache-cargo-install-action@24c4eaa867646941dd8cd6f08c1497ea68d732ba
53+
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
5454
with:
5555
tool: cargo-fuzz
5656

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99

1010
on:
1111
schedule:
12-
- cron: "0 */4 * * *" # every 4 hours
12+
- cron: "0 * * * *" # every hour
1313
workflow_dispatch: { }
1414

1515
jobs:

.github/workflows/fuzzer-fix-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
compiler: llvm
7070

7171
- name: Install cargo-fuzz
72-
uses: taiki-e/cache-cargo-install-action@24c4eaa867646941dd8cd6f08c1497ea68d732ba
72+
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
7373
with:
7474
tool: cargo-fuzz
7575

.github/workflows/minimize_fuzz_corpus_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
toolchain: ${{ env.NIGHTLY_TOOLCHAIN }}
5959

6060
- name: Install cargo-fuzz
61-
uses: taiki-e/cache-cargo-install-action@24c4eaa867646941dd8cd6f08c1497ea68d732ba
61+
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
6262
with:
6363
tool: cargo-fuzz
6464

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
enable-sccache: "false"
4343

4444
- name: Install cargo-edit
45-
uses: taiki-e/cache-cargo-install-action@24c4eaa867646941dd8cd6f08c1497ea68d732ba
45+
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
4646
with:
4747
tool: cargo-edit
4848

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
repo-token: ${{ secrets.GITHUB_TOKEN }}
3232
enable-sccache: "false"
3333
- name: Install cargo-edit
34-
uses: taiki-e/cache-cargo-install-action@24c4eaa867646941dd8cd6f08c1497ea68d732ba
34+
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
3535
with:
3636
tool: cargo-edit
3737

.github/workflows/run-fuzzer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
description: "Maximum fuzzing time in seconds"
1212
required: false
1313
type: number
14-
default: 7200
14+
default: 2700
1515
runner:
1616
description: "Runner name from .github-private runs-on.yml (e.g., arm64-medium, gpu)"
1717
required: false
@@ -77,7 +77,7 @@ jobs:
7777
compiler: llvm
7878

7979
- name: Install cargo-fuzz
80-
uses: taiki-e/cache-cargo-install-action@24c4eaa867646941dd8cd6f08c1497ea68d732ba
80+
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
8181
with:
8282
tool: cargo-fuzz
8383

0 commit comments

Comments
 (0)