nealrichardson commented on issue #45850: URL: https://github.com/apache/arrow/issues/45850#issuecomment-2740266278
Also related to non-API calls, there is was thread from the r-package-devel mailing list yesterday: https://stat.ethz.ch/pipermail/r-package-devel/2025q1/011543.html For this issue here, it looks like we can either rename the `.a` files to have a different extension, or we can delete them after we build the shared library. (I don't understand why they're checking the symbols of static libraries that have been linked into the shared library and aren't kept around in the built package, but 🤷 ). Deleting is probably cleanest. I'll put up a PR that tries that. -- 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