[
https://issues.apache.org/jira/browse/IGNITE-6157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov reassigned IGNITE-6157:
---------------------------------------
Assignee: Igor Sapego
> 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.3
>
>
> 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
(v6.4.14#64029)