Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-7649

transformer instance is not properly transfers into ScanQuery request.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 2.3
    • 2.5
    • cache
    • None

    Description

      to reproduce this case we need some simple changes in existing test: GridCacheQueryTransformerSelfTest#testKeepBinary

      change:

      List<Integer> res = binaryCache.query(new ScanQuery<Integer, BinaryObject>(), transformer).getAll();

      into:

      List<Integer> res = binaryCache.query(new ScanQuery<Integer, BinaryObject>().setPageSize(2), transformer).getAll();

      Attachments

        1. 222.png
          96 kB
          Evgeny Stanilovsky

        Issue Links

          Activity

            People

              zstan Evgeny Stanilovsky
              zstan Evgeny Stanilovsky
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: