raulcd commented on PR #47690: URL: https://github.com/apache/arrow/pull/47690#issuecomment-3455265677
Hi @kevinjqliu the jobs automatically triggered on the PR are "fine". [APT (ubuntu-24.04-arm)](https://github.com/apache/arrow/actions/runs/18856161582/job/53804514861?pr=47690#logs) and [APT (ubuntu-latest)](https://github.com/apache/arrow/actions/runs/18856161582/job/53804514876?pr=47690#logs) are not related. [ARM64 macOS 14 C++](https://github.com/apache/arrow/actions/runs/18856161685/job/53804506693?pr=47690#logs) is failing on main, so unrelated to the PR, there's an open issue: - https://github.com/apache/arrow/issues/47957 [AMD64 macOS 15-intel Python 3](https://github.com/apache/arrow/actions/runs/18856161573/job/53804506492?pr=47690#logs) stopped due to a timeout. It's expected to run under 60 minutes. I'll trigger again and see what happens. We also have extended CI which we run as part of nightly jobs or on-demand, see my comment here: https://github.com/apache/arrow/pull/47690#issuecomment-3450189585 and the triggered jobs on this comment: https://github.com/apache/arrow/pull/47690#issuecomment-3450200714 The wheels failure is related, it is missing to find mono, could you apply the patch I suggested here: https://github.com/apache/arrow/pull/47690#issuecomment-3438031817 This should potentially fix the wheels jobs. Thanks for your work here! -- 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]
