Skip to content

Commit 955749e

Browse files
westonpacejleibseddyxu
authored
feat: upgrade arrow (to 53) & datafusion (to 42) (#3201)
Co-authored-by: Jeremy Leibs <jeremy@rerun.io> Co-authored-by: Lei Xu <eddyxu@gmail.com>
1 parent 75d526e commit 955749e

File tree

32 files changed

+1245
-832
lines changed

32 files changed

+1245
-832
lines changed

.github/workflows/java.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525

2626
jobs:
2727
rust-clippy-fmt:
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-24.04
2929
name: Rust Clippy and Fmt Check
3030
defaults:
3131
run:
@@ -46,7 +46,7 @@ jobs:
4646
run: cargo clippy --all-targets -- -D warnings
4747

4848
build-and-test-java:
49-
runs-on: ubuntu-22.04
49+
runs-on: ubuntu-24.04
5050
strategy:
5151
matrix:
5252
java-version: [8, 11, 17]

0 commit comments

Comments
 (0)