You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Nic Crane (Jira)" <ji...@apache.org> on 2021/06/14 08:53:00 UTC

[jira] [Created] (ARROW-13071) [C++] sort_indices - implement kernel that allows sorting by boolean field

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)