paleolimbot commented on issue #631:
URL: 
https://github.com/apache/arrow-nanoarrow/issues/631#issuecomment-2364930589

   Thank you for the reproducer!
   
   After #632 this should be:
   
   ``` r
   # Using pak::pak("apache/arrow-nanoarrow/r#632")
   ipc_raw <- 
readr::read_rds("https://github.com/user-attachments/files/17082385/raws.zip";)
   
   options(nanoarrow.warn_unregistered_extension = FALSE)
   ipc_raw |> 
     nanoarrow::read_nanoarrow() |> 
     tibble::as_tibble()
   #> # A tibble: 1 × 15
   #>   unicode datetime            logicaltrue logicalfalse     bytes date     
 
   #>   <chr>   <dttm>              <lgl>       <lgl>           <blob> <date>   
 
   #> 1 😃      2000-01-02 03:04:05 TRUE        FALSE        <raw 2 B> 2000-01-02
   #> # ℹ 9 more variables: time <time>, timestamp <dttm>, geography <chr>,
   #> #   s <df[,2]>, a <list<dbl>>, aos <list<df[,2]>>, soa <df[,2]>, bb 
<df[,2]>,
   #> #   gg <df[,1]>
   ```
   
   <sup>Created on 2024-09-20 with [reprex 
v2.1.1](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