You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "zfoobar (via GitHub)" <gi...@apache.org> on 2023/05/18 19:00:24 UTC

[GitHub] [arrow] zfoobar commented on issue #35563: [C++] Allow safe cast from int64 to float64 in compute kernel for numerics that can be accurately represented above 2^53

zfoobar commented on issue #35563:
URL: https://github.com/apache/arrow/issues/35563#issuecomment-1553502384

   hi @danepitkin - I mentioned some of this in comment thread for Issue 35584. 
   
   Quick question: what was the design decision that drove computing IEEE 754 compliance at the python layer, when the arrow C++ runtime can already be relied upon to determine whether or not a given int64 can be safely converted (i.e. with a static casting check, etc.)


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org