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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)