Skip to content

Commit 6ecd85c

Browse files
mjgartonsunng87
andauthored
Upgrade to datafusion 50 (#171)
* Upgrade to datafusion 50 Upgrade to datafusion 50 & make associated code changes. Also upgrade to arrow 56, which matches what datafusion 50 depends on internally. * Upgrade to Rust 1.86.0 Upgrade to Rust 1.86.0 from 1.85.1 --------- Co-authored-by: Ning Sun <[email protected]>
1 parent b8f97dd commit 6ecd85c

File tree

7 files changed

+218
-198
lines changed

7 files changed

+218
-198
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181
- uses: actions/checkout@v4
8282
- uses: actions-rs/toolchain@v1
8383
with:
84-
toolchain: "1.85.1"
84+
toolchain: "1.86.0"
8585
override: true
8686
- run: cargo build --all-features

0 commit comments

Comments
 (0)