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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to