raulcd commented on issue #46611: URL: https://github.com/apache/arrow/issues/46611#issuecomment-2912039026
We seemed to have assumed that we require numpy for float16, see for example this working PR that just skips testing float 16 if numpy is not installed: https://github.com/apache/arrow/pull/46286/files#diff-2010b86c11cb90f0ce6ef00648df2e388d11cda5d3fc74e4293dd862 The code where the failing check (for the other related issue) is coming from: https://github.com/apache/arrow/blob/main/python/pyarrow/src/arrow/python/helpers.cc#L84-L92 No matter what, obviously, this shouldn't segfault :) -- 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