[
https://issues.apache.org/jira/browse/ARROW-5890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17394122#comment-17394122
]
David Li commented on ARROW-5890:
---------------------------------
Casts are implemented by registering cast_boolean, cast_int8, ..., right? We
could perhaps detect a registered "cast_extension_ipv4" or things like that.
> [C++][Python] Support ExtensionType arrays in more kernels
> ----------------------------------------------------------
>
> Key: ARROW-5890
> URL: https://issues.apache.org/jira/browse/ARROW-5890
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Joris Van den Bossche
> Priority: Major
>
> From a quick test (through Python), it seems that {{slice}} and {{take}}
> work, but the following not:
> - {{cast}}: it could rely on the casting rules for the storage type. Or do we
> want that you explicitly have to take the storage array before casting?
> - {{dictionary_encode}} / {{unique}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)