Nic Crane created ARROW-13071:
---------------------------------
Summary: [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
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)