[
https://issues.apache.org/jira/browse/IGNITE-7649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16356718#comment-16356718
]
Andrew Mashenkov commented on IGNITE-7649:
------------------------------------------
[~zstan]
Do you mean ScanQuery?
Looks like duplicate of IGNITE-4918
> transformer instance is not properly transfers into SqlQuery 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
>
>
> 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)