Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade arrow (to 53) & datafusion (to 42) #3201

Merged
merged 28 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
262ad05
Attempt to update arrow/datafusion
jleibs Nov 25, 2024
6449f3e
Use proper snafu converter
jleibs Nov 26, 2024
03c9b72
Update substrait dep
jleibs Nov 26, 2024
08aa39b
Change the handling of bytes.into()
jleibs Nov 26, 2024
e587921
Clean up and centralize bytes::Bytes -> arrow_buffer::Buffer routines
westonpace Nov 26, 2024
388740b
Attempt to update arrow/datafusion
jleibs Nov 25, 2024
79fe55f
Use proper snafu converter
jleibs Nov 26, 2024
6305329
Update substrait dep
jleibs Nov 26, 2024
fcea62e
Change the handling of bytes.into()
jleibs Nov 26, 2024
4187644
Clean up and centralize bytes::Bytes -> arrow_buffer::Buffer routines
westonpace Nov 26, 2024
8eb87ea
Eliminate more arrow-52 deps
jleibs Nov 26, 2024
6e88cb0
Fix lance-datafusion build
jleibs Nov 26, 2024
ddcf53c
Add a prost_old to deal with tfrecord
westonpace Nov 26, 2024
9a38e2e
Fixing the python deps
jleibs Nov 26, 2024
f2dbdf7
Merge remote-tracking branch 'weston/jleibs/update_arrow_datafusion' …
jleibs Nov 26, 2024
155bc5c
Need py-clone feature to build wheel
jleibs Nov 26, 2024
7dd031b
Update lock again
jleibs Nov 26, 2024
65c2d37
Fix substrait issue. Fix clippy warnings. Fix pyo3 upgrade lint
westonpace Dec 3, 2024
a982b49
Fix a few more python lint errors hidden by feature flags I didn't ha…
westonpace Dec 3, 2024
b5d8060
fix warnings
eddyxu Dec 4, 2024
f1bc527
Merge branch 'main' into jleibs/update_arrow_datafusion
westonpace Dec 4, 2024
5541a86
use cargo clippy --fix
eddyxu Dec 4, 2024
aee7769
fix all clippy
eddyxu Dec 4, 2024
4a11689
Addressing clippy
westonpace Dec 4, 2024
a5764a9
Merge branch 'lei/fix_rust_183' into jleibs/update_arrow_datafusion
westonpace Dec 4, 2024
2eb07a0
Rework the substrait logic a bit so we are tracking names correctly i…
westonpace Dec 4, 2024
0a4ca73
Merge branch 'main' into jleibs/update_arrow_datafusion
westonpace Dec 4, 2024
2a63d5e
Update Java CI to use ubuntu 24.04
westonpace Dec 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading