You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Sergey Soldatov (JIRA)" <ji...@apache.org> on 2015/12/18 10:01:46 UTC

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

Sergey Soldatov created IGNITE-2205:
---------------------------------------

             Summary: 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


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)