Skip to content

Commit 16cf5b6

Browse files
committed
DataFusion 31 and Arrow 46 upgrade
Also fix the toolchain to stable in workflows.
1 parent f1bcd57 commit 16cf5b6

File tree

11 files changed

+280
-342
lines changed

11 files changed

+280
-342
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Rust
2727
uses: actions-rs/toolchain@v1
2828
with:
29-
toolchain: 1.71.1
29+
toolchain: stable
3030
components: rustfmt
3131
default: true
3232

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# - name: Install Rust
7070
# uses: actions-rs/toolchain@v1
7171
# with:
72-
# toolchain: 1.71.1
72+
# toolchain: stable
7373
# components: rustfmt
7474
# default: true
7575

@@ -191,7 +191,7 @@ jobs:
191191
- name: Install Rust
192192
uses: actions-rs/toolchain@v1
193193
with:
194-
toolchain: 1.71.1
194+
toolchain: stable
195195
components: rustfmt
196196
default: true
197197

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Rust
1515
uses: actions-rs/toolchain@v1
1616
with:
17-
toolchain: 1.71.1
17+
toolchain: stable
1818
components: rustfmt
1919
default: true
2020

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- uses: actions-rs/toolchain@v1
2424
with:
25-
toolchain: 1.71.1
25+
toolchain: stable
2626
components: rustfmt
2727
target: aarch64-unknown-linux-gnu
2828
default: true
@@ -44,7 +44,7 @@ jobs:
4444
4545
- uses: PyO3/maturin-action@v1
4646
with:
47-
rust-toolchain: 1.71.1
47+
rust-toolchain: stable
4848
maturin-version: v0.14.15
4949
command: build
5050
args: -m connectorx-python/Cargo.toml -i python --release --manylinux 2_28 --features integrated-auth-gssapi
@@ -58,7 +58,7 @@ jobs:
5858
# rebuild the wheel to incorporate j4rs dependencies
5959
- uses: PyO3/maturin-action@v1
6060
with:
61-
rust-toolchain: 1.71.1
61+
rust-toolchain: stable
6262
maturin-version: v0.14.15
6363
command: build
6464
args: -m connectorx-python/Cargo.toml -i python --release --manylinux 2_28 --features integrated-auth-gssapi
@@ -101,7 +101,7 @@ jobs:
101101

102102
- uses: actions-rs/toolchain@v1
103103
with:
104-
toolchain: 1.71.1
104+
toolchain: stable
105105
components: rustfmt
106106
default: true
107107

@@ -117,7 +117,7 @@ jobs:
117117
118118
- uses: PyO3/maturin-action@v1
119119
with:
120-
rust-toolchain: 1.71.1
120+
rust-toolchain: stable
121121
maturin-version: v0.14.15
122122
command: build
123123
args: -m connectorx-python/Cargo.toml -i python --release ${{ matrix.features }}
@@ -131,7 +131,7 @@ jobs:
131131
# rebuild the wheel to incorporate j4rs dependencies
132132
- uses: PyO3/maturin-action@v1
133133
with:
134-
rust-toolchain: 1.71.1
134+
rust-toolchain: stable
135135
maturin-version: v0.14.15
136136
command: build
137137
args: -m connectorx-python/Cargo.toml -i python --release ${{ matrix.features }}
@@ -161,7 +161,7 @@ jobs:
161161

162162
- uses: actions-rs/toolchain@v1
163163
with:
164-
toolchain: 1.71.1
164+
toolchain: stable
165165
components: rustfmt
166166
target: aarch64-apple-darwin
167167
default: true
@@ -178,7 +178,7 @@ jobs:
178178
179179
- uses: PyO3/maturin-action@v1
180180
with:
181-
rust-toolchain: 1.71.1
181+
rust-toolchain: stable
182182
maturin-version: v0.14.15
183183
command: build
184184
args: -m connectorx-python/Cargo.toml --target aarch64-apple-darwin -i python --release --features integrated-auth-gssapi
@@ -192,7 +192,7 @@ jobs:
192192
# rebuild the wheel to incorporate j4rs dependencies
193193
- uses: PyO3/maturin-action@v1
194194
with:
195-
rust-toolchain: 1.71.1
195+
rust-toolchain: stable
196196
maturin-version: v0.14.15
197197
command: build
198198
args: -m connectorx-python/Cargo.toml --target aarch64-apple-darwin -i python --release --features integrated-auth-gssapi

0 commit comments

Comments
 (0)