You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Aman Sinha (JIRA)" <ji...@apache.org> on 2015/01/06 00:36:37 UTC

[jira] [Commented] (DRILL-850) support of multiple count(distinct) inconsistent

    [ https://issues.apache.org/jira/browse/DRILL-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14265345#comment-14265345 ] 

Aman Sinha commented on DRILL-850:
----------------------------------

[~zhiyongliu] can you retest this on latest master branch and provide an update ?  I am not able to reproduce the issue. 

> support of multiple count(distinct) inconsistent
> ------------------------------------------------
>
>                 Key: DRILL-850
>                 URL: https://issues.apache.org/jira/browse/DRILL-850
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Operators
>            Reporter: Zhiyong Liu
>            Assignee: Aman Sinha
>            Priority: Critical
>             Fix For: 0.8.0
>
>
> git.commit.id.abbrev=01bf849
> git.commit.id=01bf8496b217781521c943cc1a9a38ed9f841288
> With planner.enable_multiphase_agg and planner.enable_hashagg set to false, planner.enable_hashagg is encountered for the following query:
> select cast(c_groupby as varchar(4)), count(distinct(c_int)), count(distinct(c_bigint)), count(distinct(c_float4)), count(distinct(c_float8)) from data group by c_groupby;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)