From issues-return-94897-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Mon Apr 8 09:21:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id CD3FB180627 for ; Mon, 8 Apr 2019 11:21:01 +0200 (CEST) Received: (qmail 94398 invoked by uid 500); 8 Apr 2019 09:01:23 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 94388 invoked by uid 99); 8 Apr 2019 09:01:23 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2019 09:01:23 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 72267E12E5 for ; Mon, 8 Apr 2019 09:21:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2DCC42459A for ; Mon, 8 Apr 2019 09:21:00 +0000 (UTC) Date: Mon, 8 Apr 2019 09:21:00 +0000 (UTC) From: "Igor Sapego (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (IGNITE-6157) C++: Query example: Incorrect output if run example with standalone node MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-6157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Sapego resolved IGNITE-6157. --------------------------------- Resolution: Duplicate Duplicates IGNITE-11588 > 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.8 > > > 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)