Skip to content

Commit

Permalink
feat: upgrade arrow (to 53) & datafusion (to 42) (#3201)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Leibs <[email protected]>
Co-authored-by: Lei Xu <[email protected]>
  • Loading branch information
3 people authored Dec 4, 2024
1 parent 75d526e commit 955749e
Show file tree
Hide file tree
Showing 32 changed files with 1,245 additions and 832 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:

jobs:
rust-clippy-fmt:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Rust Clippy and Fmt Check
defaults:
run:
Expand All @@ -46,7 +46,7 @@ jobs:
run: cargo clippy --all-targets -- -D warnings

build-and-test-java:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
java-version: [8, 11, 17]
Expand Down
Loading

0 comments on commit 955749e

Please sign in to comment.