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)