kou commented on PR #43294: URL: https://github.com/apache/arrow/pull/43294#issuecomment-2234230482
> I am not sure why `update_deb_package_names` is failing on the git mv here: https://github.com/apache/arrow/blob/main/dev/release/utils-prepare.sh#L239-L241 I was doing some tests locally but I don't understand what the issue is: > > ``` > + git mv 'debian*/lib*1701.install' debian/libarrow1800.install debian/libarrow-acero1800.install debian/libarrow-cuda1800.install debian/libarrow-cuda-glib1800.install debian/libarrow-dataset1800.install debian/libarrow-dataset-glib1800.install debian/libarrow-flight1800.install debian/libarrow-flight-glib1800.install debian/libarrow-flight-sql1800.install debian/libarrow-flight-sql-glib1800.install debian/libarrow-glib1800.install debian/libgandiva1800.install debian/libgandiva-glib1800.install debian/libparquet1800.install debian/libparquet-glib1800.install > fatal: destination 'dev/tasks/linux-packages/apache-arrow/debian/libparquet-glib1800.install' is not a directory > ``` This is happen because there are no files that are matched against `debian*/lib*1701.install`. The pattern at https://github.com/apache/arrow/blob/4161898d5cd7d05ad0fd9f23e1e9df9439460c98/dev/release/utils-prepare.sh#L238 is used as-is for `git mv`. So https://github.com/apache/arrow/blob/4161898d5cd7d05ad0fd9f23e1e9df9439460c98/dev/release/utils-prepare.sh#L231 value is strange. -- 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]
