kou commented on issue #47130: URL: https://github.com/apache/arrow/issues/47130#issuecomment-3086394042
Hmm. `libarrow-compute-dev` misses `libarrow-dev` dependency...: ```diff b/dev/tasks/linux-packages/apache-arrow/debian/control.in index 3dc67b066b..1d762e5439 100644 --- a/dev/tasks/linux-packages/apache-arrow/debian/control.in +++ b/dev/tasks/linux-packages/apache-arrow/debian/control.in @@ -180,6 +180,7 @@ Architecture: any Multi-Arch: same Depends: ${misc:Depends}, + libarrow-dev (= ${binary:Version}), libarrow-compute2100 (= ${binary:Version}) Description: Apache Arrow is a data processing library for analysis . ``` -- 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