Cristi, I was able to reproduce it as well and haven't heart about anything similar.
Created an issue: https://issues.apache.org/jira/browse/IGNITE-3448 You can watch it to be notified when it will be fixed. One possible workaround can be like running the query SELECT 1 from T1 group by C1 and counting result set items. 2016-07-07 15:44 GMT+03:00 Cristi C <[email protected]>: > Hey Alexei, > Thanks for the quick response. > Yes, I confirmed that the result is incorrect. The result of the query with > count is different than the number of elements returned for the same query > without count (and the later query is split correctly into map/reduce > queries - performs distinct in both phases) > > Thanks, > Cristi > > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Count-distinct-not-working-tp6144p6147.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Best regards, Alexei Scherbakov
