Skip to content

Commit a105159

Browse files
osipovartemJanKaul
authored andcommitted
Merge pull request #15 from Embucket/issues/1418_external_volume
CREATE EXTERNAL VOLUME sql
1 parent 695fe48 commit a105159

7 files changed

Lines changed: 4057 additions & 1374 deletions

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
- uses: actions/checkout@v4
4646
- name: Setup Rust Toolchain
4747
uses: ./.github/actions/setup-builder
48+
with:
49+
rust-version: "1.86.0"
4850
- run: cargo clippy --all-targets --all-features -- -D warnings
4951

5052
benchmark-lint:
@@ -53,6 +55,8 @@ jobs:
5355
- uses: actions/checkout@v4
5456
- name: Setup Rust Toolchain
5557
uses: ./.github/actions/setup-builder
58+
with:
59+
rust-version: "1.86.0"
5660
- run: cd sqlparser_bench && cargo clippy --all-targets --all-features -- -D warnings
5761

5862
compile:

0 commit comments

Comments
 (0)