jeromepl commented on issue #47097: URL: https://github.com/apache/arrow/issues/47097#issuecomment-3118651405
We just ran into this issue. We had `apt install libparquet-glib-dev=20.0.0-1` in a Dockerfile which was added at the time the latest release of arrow was 20. Now that the latest release is 21 but our version is pinned to 20 this line is failing because the package has "unmet dependencies", e.g. `libparquet-glib-dev : Depends: libarrow-glib-dev (= 20.0.0-1) but 21.0.0-1 is to be installed`. The fix is not too bad, as suggested in this issue description, but it bloats our Dockerfile a little bit and doesn't guarantee that we won't run into this issue again in the future if new dependencies are added. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org