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/06/08 16:39:41 UTC

[GitHub] [arrow-nanoarrow] paleolimbot opened a new issue, #220: [R] Implement conversions for dictionary encoding

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

   Currently this just doesn't work. Factors are converted to dictionary encoding by default, so this is potentially problematic.
   
   ``` r
   library(nanoarrow)
   library(arrow, warn.conflicts = FALSE)
   #> Some features are not enabled in this build of Arrow. Run `arrow_info()` for more information.
   
   dictionary_array <- as_nanoarrow_array(factor(letters[1:5]))
   convert_array(dictionary_array)
   #> Error in convert_array.default(dictionary_array): Can't infer R vector type for array <dictionary(int32)<string>>
   ```
   
   <sup>Created on 2023-06-08 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 #220: [R] Implement conversions for dictionary encoding

Posted by "paleolimbot (via GitHub)" <gi...@apache.org>.
paleolimbot closed issue #220: [R] Implement conversions for dictionary encoding
URL: https://github.com/apache/arrow-nanoarrow/issues/220


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


[GitHub] [arrow-nanoarrow] paleolimbot commented on issue #220: [R] Implement conversions for dictionary encoding

Posted by "paleolimbot (via GitHub)" <gi...@apache.org>.
paleolimbot commented on issue #220:
URL: https://github.com/apache/arrow-nanoarrow/issues/220#issuecomment-1690355106

   Fixed in #285.


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