[
https://issues.apache.org/jira/browse/ARROW-13071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou closed ARROW-13071.
----------------------------------
Fix Version/s: (was: 5.0.0)
Resolution: Duplicate
> [C++] sort_indices - implement kernel that allows sorting by boolean field
> ---------------------------------------------------------------------------
>
> Key: ARROW-13071
> URL: https://issues.apache.org/jira/browse/ARROW-13071
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Nic Crane
> Priority: Major
>
> Please can we have a kernel for sort_indices that allows the input to be
> boolean values?
> I tried running this R code:
> {code:java}
> Table$create(iris) %>%
> arrange(Species == "setosa") %>%
> collect()
> {code}
> However, I get the following error:
> {code:java}
> Error: NotImplemented: bool
> /home/nic2/arrow/cpp/src/arrow/compute/kernels/vector_sort.cc:1628
> sorter.Sort() {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)