[
https://issues.apache.org/jira/browse/ARROW-10403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-10403:
-----------------------------------
Labels: pull-request-available (was: )
> [C++] Implement unique kernel for dictionary type
> -------------------------------------------------
>
> Key: ARROW-10403
> URL: https://issues.apache.org/jira/browse/ARROW-10403
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Reporter: Neal Richardson
> Assignee: Rok Mihevc
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Calling the "unique" compute function on a ChunkedArray of dictionary type
> (as read by the CSV reader) errors with "Only hashing for data with equal
> dictionaries currently supported". But is it necessary to hash to get unique
> values from a dictionary type? The dictionary values are the unique values
> (for each chunk), they're already there.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)