raulcd commented on code in PR #46618:
URL: https://github.com/apache/arrow/pull/46618#discussion_r2113435094
##########
python/pyarrow/src/arrow/python/type_traits.h:
##########
@@ -87,15 +86,18 @@ NPY_INT_DECL(ULONGLONG, UInt64, uint64_t);
template <>
struct npy_traits<NPY_FLOAT16> {
- typedef npy_half value_type;
+ typedef uint16_t value_type;
Review Comment:
This is requiring quite a lot of changes around
`pyarrow/src/arrow/python/python_to_arrow.cc`,
`pyarrow/src/arrow/python/arrow_to_pandas.cc` and haven't been able to make it
work yet. I would prefer to explore updating it on a different issue
--
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]