You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by AMashenkov <gi...@git.apache.org> on 2018/07/24 09:16:07 UTC

[GitHub] ignite pull request #4415: IGNITE-8892: Fix CacheQueryFuture usage.

GitHub user AMashenkov opened a pull request:

    https://github.com/apache/ignite/pull/4415

    IGNITE-8892: Fix CacheQueryFuture usage.

    CacheQueryFuture does not collect results anymore.
    So, we have to iterate on future instead of using get().

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-8892

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4415.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4415
    
----
commit 40a6f217f4d864458c3fb3ef5b5720480e51d4a5
Author: Andrey V. Mashenkov <an...@...>
Date:   2018-07-24T09:15:14Z

    IGNITE-8892: Fix CacheQueryFuture usage.
    
    CacheQueryFuture does not collect results anymore.
    So, we have to iterate on future instead of using get().

----


---

[GitHub] ignite pull request #4415: IGNITE-8892: Fix CacheQueryFuture usage.

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/ignite/pull/4415


---