Sober7135 commented on issue #833:
URL:
https://github.com/apache/incubator-graphar/issues/833#issuecomment-3777491334
I reproduced this in a Docker container:
```
$ apt install -y -V libarrow-acero-dev=22.0.0-1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libarrow-acero-dev : Depends: libarrow-compute-dev (= 22.0.0-1) but
23.0.0-1 is to be installed
E: Unable to correct problems, you have held broken packages.
```
This looks related to https://github.com/apache/arrow/issues/39907.
Apache Arrow 23.0.0 was released on Jan 18, 2026, and something appears to
have changed in the Arrow APT packages/repository such that `apt` now prefers
`libarrow-compute-dev=23.0.0-1`, even when installing
`libarrow-acero-dev=22.0.0-1`.
As a workaround, explicitly installing `libarrow-compute-dev=22.0.0-1`
resolves the issue.
Another question: now that Arrow 23 has been released, should we upgrade to
Arrow 23?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]