raulcd opened a new issue, #48281: URL: https://github.com/apache/arrow/issues/48281
### Describe the enhancement requested As discussed here: https://github.com/apache/arrow/pull/48259#issuecomment-3585617539 We added a skip to the `python/pyarrow/tests/test_cuda_numba_interop.py` tests due to: ``` pytest.skip("Numba integration tests broken by Numba API changes, see GH-48265", allow_module_level=True) ``` This requires the following to be fixed: - https://github.com/apache/arrow/issues/47371 We decided to merge with the skip because we are going to lose the cuda runners that were previously provided by voltron data and we won't be able to test once the fix is in place. Once we have runners away and the above issue is fixed we should remove the skip on the tests. ### Component(s) GPU, Python -- 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]
