pitrou commented on PR #40067: URL: https://github.com/apache/arrow/pull/40067#issuecomment-1959615048
> There doesn't seem to be a direct way to cast from a half float ultimately represented by a `uint16_t` to a string, but I wonder if it's acceptable to cast to float first and then use the existing float to string cast? or is that unacceptable overhead? Yes, it's acceptable. The only annoyance would be the superfluous precision, but that's not a blocking 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]
