You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Sean Hsuan-Yi Chu (JIRA)" <ji...@apache.org> on 2015/04/27 07:25:38 UTC

[jira] [Resolved] (DRILL-2881) count( col ) fails to plan when streamagg is disabled

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

Sean Hsuan-Yi Chu resolved DRILL-2881.
--------------------------------------
    Resolution: Invalid

> count( col ) fails to plan when streamagg is disabled
> -----------------------------------------------------
>
>                 Key: DRILL-2881
>                 URL: https://issues.apache.org/jira/browse/DRILL-2881
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Query Planning & Optimization
>            Reporter: Sean Hsuan-Yi Chu
>            Assignee: Sean Hsuan-Yi Chu
>
> For example,
> After disabling streamagg, we run query like this:
> select count(n_nationkey) as mycnt from cp.`tpch/nation.parquet` 
> Calcite will fail to plan while this one works :
> select count(*) as mycnt from cp.`tpch/nation.parquet` 



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