[
https://issues.apache.org/jira/browse/IGNITE-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15424230#comment-15424230
]
Semen Boikov commented on IGNITE-2795:
--------------------------------------
Alexei,
We must not do copy of data which is sent to remote node. If
GridQueryNextPageResponse is not used for local queries, then for local queries
copying should be implemented in iterators created in
IgniteH2Indexing.queryLocalSqlFields/queryLocalSql.
> Cache query cursor do not create value copy
> -------------------------------------------
>
> Key: IGNITE-2795
> URL: https://issues.apache.org/jira/browse/IGNITE-2795
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 1.5.0.final
> Reporter: Valentin Kulichenko
> Assignee: Alexei Scherbakov
> Fix For: 1.8
>
> Attachments: QueryTest.java
>
>
> If entries returned from SQL query are modified, these changes are reflected
> in the cache.
> Test attached.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)