[ 
https://issues.apache.org/jira/browse/IGNITE-7649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16361923#comment-16361923
 ] 

Stanilovsky Evgeny edited comment on IGNITE-7649 at 2/15/18 6:20 AM:
---------------------------------------------------------------------

PR https://github.com/apache/ignite/pull/3500

[https://ci.ignite.apache.org/viewLog.html?buildId=1090628&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_IgniteQueries]
 TC looks ok.

!222.png!


was (Author: zstan):
[https://ci.ignite.apache.org/viewLog.html?buildId=1090628&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_IgniteQueries]
 TC looks ok.

!222.png!

> transformer instance is not properly transfers into ScanQuery request.
> ----------------------------------------------------------------------
>
>                 Key: IGNITE-7649
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7649
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 2.3
>            Reporter: Stanilovsky Evgeny
>            Assignee: Stanilovsky Evgeny
>            Priority: Major
>             Fix For: 2.5
>
>         Attachments: 222.png
>
>
> to reproduce this case we need some simple changes in existing test: 
> GridCacheQueryTransformerSelfTest#testKeepBinary
> change:
> {code:java}
> List<Integer> res = binaryCache.query(new ScanQuery<Integer, BinaryObject>(), 
> transformer).getAll();{code}
> into:
> {code:java}
> List<Integer> res = binaryCache.query(new ScanQuery<Integer, 
> BinaryObject>().setPageSize(2), transformer).getAll();{code}



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

Reply via email to