You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Gura (JIRA)" <ji...@apache.org> on 2018/04/18 12:42:00 UTC

[jira] [Updated] (IGNITE-6157) C++: Query example: Incorrect output if run example with standalone node

     [ https://issues.apache.org/jira/browse/IGNITE-6157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Gura updated IGNITE-6157:
--------------------------------
    Fix Version/s:     (was: 2.5)
                   2.6

> C++: Query example: Incorrect output if run example with standalone node
> ------------------------------------------------------------------------
>
>                 Key: IGNITE-6157
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6157
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 1.9
>            Reporter: Irina Zaporozhtseva
>            Assignee: Igor Sapego
>            Priority: Minor
>              Labels: c++
>             Fix For: 2.6
>
>
> C++: Query example: Incorrect output if run example with standalone node
> without standalone node:
> {code}
> Following people have 'Master' in their resumes: 
> 1 : Person [orgId=1, lastName=Doe, firstName=John, salary=2000, resume=John Doe has Master Degree.]
> 4 : Person [orgId=2, lastName=Smith, firstName=Jane, salary=2000, resume=Jane Smith has Master Degree.]
> Following people have 'Bachelor' in their resumes: 
> 2 : Person [orgId=1, lastName=Doe, firstName=Jane, salary=1000, resume=Jane Doe has Bachelor Degree.]
> 3 : Person [orgId=2, lastName=Smith, firstName=John, salary=1000, resume=John Smith has Bachelor Degree.]
> {code}
> with standalone node (rows are repeated):
> {code}
> Following people have 'Master' in their resumes: 
> 1 : Person [orgId=1, lastName=Doe, firstName=John, salary=2000, resume=John Doe has Master Degree.]
> 1 : Person [orgId=1, lastName=Doe, firstName=John, salary=2000, resume=John Doe has Master Degree.]
> 4 : Person [orgId=2, lastName=Smith, firstName=Jane, salary=2000, resume=Jane Smith has Master Degree.]
> Following people have 'Bachelor' in their resumes: 
> 2 : Person [orgId=1, lastName=Doe, firstName=Jane, salary=1000, resume=Jane Doe has Bachelor Degree.]
> 3 : Person [orgId=2, lastName=Smith, firstName=John, salary=1000, resume=John Smith has Bachelor Degree.]
> 2 : Person [orgId=1, lastName=Doe, firstName=Jane, salary=1000, resume=Jane Doe has Bachelor Degree.]
> 3 : Person [orgId=2, lastName=Smith, firstName=John, salary=1000, resume=John Smith has Bachelor Degree.]
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)