AlenkaF commented on PR #46732: URL: https://github.com/apache/arrow/pull/46732#issuecomment-2955527122
> Three CIs have failed.😠All good, that is why they are set - to make sure we do not miss anything (or as little as possible 😉 ) > I think the following failure is caused by using `np.arrange` in an environment without Numpy. [AMD64 Conda Python 3.11 without NumPy](https://github.com/apache/arrow/actions/runs/15532659515/job/43725113588?pr=46732#logs) Correct. Similar to what you have done in this PR, the test data needs to be updated to use `list(range(..))` too. > I don't know about the other two yet, I'll look at the logs. Other two are not connected. -- 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]
