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

[GitHub] [arrow-nanoarrow] paleolimbot opened a new issue, #297: Use classed warning for conversions that loose precision

paleolimbot opened a new issue, #297:
URL: https://github.com/apache/arrow-nanoarrow/issues/297

   ``` r
   library(nanoarrow)
   
   array <- as_nanoarrow_array(2^54, schema = na_int64())
   convert_array(array, double())
   #> Warning in convert_array.default(array, double()): 1 value(s) may have incurred
   #> loss of precision in conversion to double()
   #> [1] 1.80144e+16
   ```
   
   <sup>Created on 2023-09-18 with [reprex v2.0.2](https://reprex.tidyverse.org)</sup>


-- 
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.apache.org

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


[GitHub] [arrow-nanoarrow] paleolimbot closed issue #297: Use classed warning for conversions that loose precision

Posted by "paleolimbot (via GitHub)" <gi...@apache.org>.
paleolimbot closed issue #297: Use classed warning for conversions that loose precision
URL: https://github.com/apache/arrow-nanoarrow/issues/297


-- 
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