datapythonista opened a new issue, #36753:
URL: https://github.com/apache/arrow/issues/36753

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Seems like the representation of float16 values is wrong:
   
   ```python
   >>> import pyarrow
   >>> pyarrow.array([numpy.float16(1)], type=pyarrow.float16())
   <pyarrow.lib.HalfFloatArray object at 0x7fbc2d212b00>
   [
     15360
   ]
   ```
   Instead of showing `1.` as the value, an integer `12360` is shown.
   
   Tried with pyarrow 12.0.0.
   
   ### Component(s)
   
   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]

Reply via email to