You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/10/05 18:40:13 UTC

[GitHub] [arrow] alamb opened a new pull request #8345: ARROW-10164: [Rust] Add support for DictionaryArray to cast kernel

alamb opened a new pull request #8345:
URL: https://github.com/apache/arrow/pull/8345


   NOTE: this builds on #8333 and https://github.com/apache/arrow/pull/8340
   
   This PR adds support to the rust compute kernal casting `DictionaryArray` to/from  `PrimitiveArray`/`StringArray`
   
   It does not include other types such as LargeString or Binary (though the code could be extended fairly easily following the same pattern) -- but my usecase doesn't need LargeString or Binary. 
   
   
   


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

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



[GitHub] [arrow] alamb commented on pull request #8345: ARROW-10164: [Rust] Add support for DictionaryArray to cast kernel

Posted by GitBox <gi...@apache.org>.
alamb commented on pull request #8345:
URL: https://github.com/apache/arrow/pull/8345#issuecomment-703816290


   Closing so I can make a draft PR. Sorry for noise


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

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



[GitHub] [arrow] alamb closed pull request #8345: ARROW-10164: [Rust] Add support for DictionaryArray to cast kernel

Posted by GitBox <gi...@apache.org>.
alamb closed pull request #8345:
URL: https://github.com/apache/arrow/pull/8345


   


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

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