[
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)