-
Notifications
You must be signed in to change notification settings - Fork 173
chore(rust)!: use arrow-* subcrates and bump to 53.1.0
#2208
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
Conversation
|
CI isn't actually running (https://github.com/apache/arrow-adbc/actions/runs/11133252620)
|
|
Thanks, now it seems Clippy is unhappy... |
arrow-* subcrates and bump to 53arrow-* subcrates and bump to 53.1.0
|
Are the failing tests known to be flaky? |
|
Yes. (TBH: why are we running those tests for Rust in the first place?) |
It seems the |
|
We could perhaps split the pipeline into a build and a test phase? (I believe we already sort of do this split within the pipeline itself) |
|
IMO, let's merge this for now though. |
This step fails on `main` because the `build` directory does not exist. This was added in #2208, but never ran because the `native-unix` job was failing because of flaky tests.
As discussed in #1725 (comment), we can now use the
arrow-*subcrates. This also bumps thesearrowcrates to the latest release. This is a breaking change for theadbc_corecrate.