You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2018/05/08 02:09:00 UTC

[jira] [Resolved] (CALCITE-2262) Druid adapter: Allow count(*) to be pushed when other aggregate functions are present

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

Jesus Camacho Rodriguez resolved CALCITE-2262.
----------------------------------------------
    Resolution: Fixed

Fixed in [972c54c44|http://git-wip-us.apache.org/repos/asf/calcite/commit/972c54c44], thanks [~bslim]

> Druid adapter: Allow count(*) to be pushed when other aggregate functions are present
> -------------------------------------------------------------------------------------
>
>                 Key: CALCITE-2262
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2262
>             Project: Calcite
>          Issue Type: Bug
>          Components: druid
>            Reporter: slim bouguerra
>            Assignee: slim bouguerra
>            Priority: Major
>              Labels: improvement
>             Fix For: 1.17.0
>
>
> Currently only {code}select count(*) from druid_table {code} is pushed as Timeseries.
> The goal of this patch is to allow the push of more complicated queries like 
> {code} select count(*), sum(metric) from table {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)