You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergi Vladykin (JIRA)" <ji...@apache.org> on 2015/12/21 18:00:47 UTC

[jira] [Resolved] (IGNITE-2205) clause HAVING doesn't work for count

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

Sergi Vladykin resolved IGNITE-2205.
------------------------------------
    Resolution: Fixed

Pushed fix into 1.5

> clause HAVING doesn't work for count
> ------------------------------------
>
>                 Key: IGNITE-2205
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2205
>             Project: Ignite
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Sergey Soldatov
>            Assignee: Sergi Vladykin
>             Fix For: 1.5
>
>
> The setup is similar to IGNITE-2143
> Can be reproduced on a single node.
> Query : 
> sharedRDD.sql("select lang, count(lang) as cnt from gitrecord group by lang having cnt > 5").show
> The result set contains all elements like there is no HAVING clause. That's reproducible only for count field. Others works like a charm.



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