chore: fix R test failures in nightly verification on Ubuntu#4285
Merged
lidavidm merged 3 commits intoapache:mainfrom Apr 30, 2026
Merged
chore: fix R test failures in nightly verification on Ubuntu#4285lidavidm merged 3 commits intoapache:mainfrom
lidavidm merged 3 commits intoapache:mainfrom
Conversation
Member
Author
|
Added a whitespace commit to trigger the right CI job, see https://github.com/apache/arrow-adbc/actions/runs/25092732092/job/73522349801?pr=4285. Need to revert before merge. |
This reverts commit 8b3b7c7.
Member
Author
|
https://github.com/apache/arrow-adbc/actions/runs/25092732092/job/73522349801?pr=4285 passed so I reverted my temporary change and marked this PR ready for review (and merge). |
lidavidm
approved these changes
Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The nightly verification job on Ubuntu is failing while verifying the R packages due to missing libuv1-dev.
https://github.com/apache/arrow-adbc/actions/runs/25074820850/job/73464505942?pr=4284
This is a new breaking change in a dependency used by the R tests so any system that builds and tests the R packages needs this package or an equivalent.
See commits from apache/arrow:
70f8c204cb MINOR: [Dev][CI] Install libuv1-dev in dev.yml lint step for R fs package (#49791)
4feb9bde28 GH-49593: [R][CI] Add libuv-dev to CI jobs due to update to fs package (#49594)