You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/01/25 08:16:00 UTC

[jira] [Updated] (ARROW-15441) [C++][Compute] hash_count aggregation of a null type column is incorrect

     [ https://issues.apache.org/jira/browse/ARROW-15441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-15441:
-----------------------------------
    Labels: pull-request-available  (was: )

> [C++][Compute] hash_count aggregation of a null type column is incorrect
> ------------------------------------------------------------------------
>
>                 Key: ARROW-15441
>                 URL: https://issues.apache.org/jira/browse/ARROW-15441
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Chenxi Li
>            Assignee: Chenxi Li
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The result of hash_count such array is incorrect.
> ||argument||key||
> |NULL|1|
> |NULL|1|
>  
> ||CountOptions||Expected||Actual||
> |ALL|2|2|
> |ONLY_VALID|{color:#FF0000}0{color}|{color:#FF0000}2{color}|
> |ONLY_NULL|{color:#FF0000}2{color}|{color:#FF0000}0{color}|



--
This message was sent by Atlassian Jira
(v8.20.1#820001)