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 Kozlov (JIRA)" <ji...@apache.org> on 2015/12/17 21:53:46 UTC

[jira] [Created] (IGNITE-2201) CacheQueryExample aggregation returns different results

Sergey Kozlov created IGNITE-2201:
-------------------------------------

             Summary: CacheQueryExample aggregation returns different results
                 Key: IGNITE-2201
                 URL: https://issues.apache.org/jira/browse/IGNITE-2201
             Project: Ignite
          Issue Type: Bug
          Components: general
    Affects Versions: 1.5
            Reporter: Sergey Kozlov
             Fix For: 1.5


1. Run ExampleNodeStartup
2. Run CacheQueryExample:
{noformat}
...
>>> Average salary for 'ApacheIgnite' employees: 
>>>     [1000.0]
...
{noformat}
3. Stop ExampleNodeStartup
4. Run CacheQueryExample again:
{noformat}
...
>>> Average salary for 'ApacheIgnite' employees: 
>>>     [1500.0]
...
{noformat}




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