[
https://issues.apache.org/jira/browse/IGNITE-7413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16328493#comment-16328493
]
ASF GitHub Bot commented on IGNITE-7413:
----------------------------------------
GitHub user ptupitsyn opened a pull request:
https://github.com/apache/ignite/pull/3389
IGNITE-7413 Fix SqlDmlExample
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ptupitsyn/ignite ignite-7413
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3389.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3389
----
commit 2049c1d21d288fb1f1f76b3156c80f13a351a852
Author: Pavel Tupitsyn <ptupitsyn@...>
Date: 2018-01-17T08:31:56Z
IGNITE-7413 Fix SqlDmlExample
----
> SqlDmlExample: Incorrect result for Delete if run with standalone nodes (Java
> & .NET)
> -------------------------------------------------------------------------------------
>
> Key: IGNITE-7413
> URL: https://issues.apache.org/jira/browse/IGNITE-7413
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Affects Versions: 2.3
> Reporter: Irina Zaporozhtseva
> Assignee: Pavel Tupitsyn
> Priority: Minor
> Labels: .NET
> Fix For: 2.4
>
>
> Datagrid.QueryDmlExample: Incorrect result for Delete if run with standalone
> nodes
>
> without standalone nodes:
> {code}
> >>> Delete non-ASF employees
> >>> 1: John Doe, ASF, 4400
> >>> 2: Jane Roe, ASF, 5500
> {code}
>
> with standalone nodes:
> {code}
> >>> Delete non-ASF employees
> >>> 1: John Doe, ASF, 4400
> >>> 4: Richard Miles, Eclipse, 3000
> >>> 2: Jane Roe, ASF, 5500
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)