[jira] [Created] (IGNITE-7649) transformer instance is not properly transfers into SqlQuery request.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-7649) transformer instance is not properly transfers into SqlQuery request.

Anton Vinogradov (Jira)
Stanilovsky Evgeny created IGNITE-7649:
------------------------------------------

             Summary: 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
             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)