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

Steve Carlin reassigned IMPALA-13494:
-------------------------------------

    Assignee: Steve Carlin

> Calcite planner: group_concat failing with distinct
> ---------------------------------------------------
>
>                 Key: IMPALA-13494
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13494
>             Project: IMPALA
>          Issue Type: Sub-task
>    Affects Versions: Impala 4.5.0
>            Reporter: Steve Carlin
>            Assignee: Steve Carlin
>            Priority: Major
>             Fix For: Impala 4.5.0
>
>
> The following query is failing in distinct.test
>  
>     select sum(len_orderkey), sum(len_comment)
>     from (
>       select
>         length(group_concat(distinct cast(l_orderkey as string))) 
> len_orderkey,
>         length(group_concat(distinct(l_comment))) len_comment
>         from tpch.lineitem
>         group by l_comment
>       ) v



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to