Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-13071

[C++] sort_indices - implement kernel that allows sorting by boolean field

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • C++
    • None

    Description

      Please can we have a kernel for sort_indices that allows the input to be boolean values?

      I tried running this R code:

      Table$create(iris) %>%
        arrange(Species == "setosa") %>%
        collect()
            

      However, I get the following error:

      Error: NotImplemented: bool
      /home/nic2/arrow/cpp/src/arrow/compute/kernels/vector_sort.cc:1628  sorter.Sort() 

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              thisisnic Nicola Crane
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: