GitHub user ascherbakoff opened a pull request:

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

    ignite-4523

    Allow distributed SQL query execution over explicit set of partitions.

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

    $ git pull https://github.com/ascherbakoff/ignite ignite-4523

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

    https://github.com/apache/ignite/pull/1846.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 #1846
    
----
commit 915d1d834afed68956772ec5ed09a137ec3e5c28
Author: ascherbakoff <alexey.scherbak...@gmail.com>
Date:   2017-04-01T19:08:09Z

    IGNITE-4523 Merging with master.

commit 2a7c84383c7ab742e4d00b359469f8ab2ded6a82
Author: ascherbakoff <alexey.scherbak...@gmail.com>
Date:   2017-04-01T19:36:11Z

    IGNITE-4523 Added test to suite.

commit 972719137c5cabb80ef363e6c1596bd7c532aa64
Author: ascherbakoff <alexey.scherbak...@gmail.com>
Date:   2017-04-02T11:49:54Z

    IGNITE-4523 Removed code duplication.

commit 0b611e2b21f41ed1b3fe4c1caee0a062cb11673b
Author: ascherbakoff <alexey.scherbak...@gmail.com>
Date:   2017-04-02T12:49:52Z

    Merge branch 'master' of https://github.com/apache/ignite into ignite-4523

commit 6bcb3f1e20fd628ee28c2d57c04e17f37c05d608
Author: ascherbakoff <alexey.scherbak...@gmail.com>
Date:   2017-04-02T13:13:04Z

    IGNITE-4523 Throw an exception if no nodes mapping found.

commit 469677645d92a3ec484d02b82729ac88d87f8963
Author: ascherbakoff <alexey.scherbak...@gmail.com>
Date:   2017-04-02T13:23:30Z

    IGNITE-4523 Throw an exception if no nodes mapping found.

commit 3d092e5bc89c4a62f0ffeff885356d3678162b02
Author: ascherbakoff <alexey.scherbak...@gmail.com>
Date:   2017-04-02T13:31:08Z

    IGNITE-4523 Undo wrong commit.

commit 7fe979b3505cbe6f1c2758ab7c0b552829f14cb9
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-12T14:12:09Z

    IGNITE-4523 Improved partitions validation.

commit 8bd00a681ff0c315de1bf57a9eabf3da7e21281f
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-12T16:04:28Z

    IGNITE-4523 Fixing codestyle issues.

commit a56d7232e60e76cd75696c7fae9ccb5cb9a821cb
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-14T15:15:58Z

    IGNITE-4523 Separate field for query partitions.

commit 6df5feded90d1d5ce5e1673683eb8c65a834fff4
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-14T17:12:18Z

    IGNITE-4523 Unstable topology test.

commit 19b2d12187535ce6a538f88ca28fd3ab1ffb0329
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-14T17:17:47Z

    IGNITE-4523 Unstable topology test.

commit 81be5aac9ca9ec735bd89331d0de3a94c029612b
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-14T17:19:46Z

    IGNITE-4523 Unstable topology test.

commit ed2bed870bd49819ef8841d7db1991958e18ae28
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-17T17:17:17Z

    IGNITE-4523 Unstable topology test.

commit 1ac48adb88d086d4924f6dc2d4f95e0a7e42e1b2
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-18T10:33:52Z

    IGNITE-4523 Fixed issues for unstable topology.

commit f66bd778a408340457937d59faf7c0b7b5638a89
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-18T15:32:23Z

    IGNITE-4523 Fixed tests.

commit a1c24d9849ce1984bc021fd11c9a2cc9fc603f48
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-18T17:15:15Z

    IGNITE-4523 Fixed tests.

commit fe973cfec187f644d3f221ed881e6b03313f1ac3
Author: ascherbakoff <alexey.scherbak...@gmail.com>
Date:   2017-04-18T20:55:40Z

    Merge branch 'master' of https://github.com/apache/ignite into ignite-4523
    
    Conflicts:
        
modules/core/src/main/java/org/apache/ignite/cache/query/SqlFieldsQuery.java
        modules/core/src/main/java/org/apache/ignite/cache/query/SqlQuery.java
        
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheProxy.java
        
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java
        
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridReduceQueryExecutor.java
        
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/msg/GridH2QueryRequest.java

commit 30767cf424a86fcb93c28acc45d02ec1a6109d20
Author: ascherbakoff <alexey.scherbak...@gmail.com>
Date:   2017-04-18T21:07:27Z

    Merge branch 'master' of https://github.com/apache/ignite into ignite-4523
    
    Conflicts:
        
modules/core/src/main/java/org/apache/ignite/cache/query/SqlFieldsQuery.java
        modules/core/src/main/java/org/apache/ignite/cache/query/SqlQuery.java
        
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheProxy.java
        
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java
        
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridReduceQueryExecutor.java
        
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/msg/GridH2QueryRequest.java

commit 8f29c6914fd6a22b9dba3068f610734b65edca12
Author: ascherbakoff <alexey.scherbak...@gmail.com>
Date:   2017-04-18T21:10:44Z

    IGNITE-4523 Cleanup.

commit c102a7ea304de9c23856fd1860e2df66b4482cf1
Author: ascherbakoff <alexey.scherbak...@gmail.com>
Date:   2017-04-19T06:41:54Z

    IGNITE-4523 Cleanup.

commit da521ba45fcffc36b24b3e23a3e1410fefd77949
Author: ascherbakoff <alexey.scherbak...@gmail.com>
Date:   2017-04-19T06:46:37Z

    IGNITE-4523 Cleanup.

commit eea7b39e01a4f498e3d7960491dbf38bb79625f4
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-19T09:51:20Z

    IGNITE-4523 Added GridIntIterator.

commit ff597a0d36fa857ab3813034e8243bc946a9a5ad
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-19T09:53:52Z

    IGNITE-4523 Added GridIntIterator.

commit 3694b29c2fdd7040436a1a43b5532b6187eb3948
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-19T09:57:56Z

    IGNITE-4523 Fixed IgniteCacheQueryNodeRestartsSelfTest2.

commit 4bf104eb638c49093421ed0d690d90565008ebe6
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-19T09:59:29Z

    IGNITE-4523 Fixed test.

commit 7e920b7355ad7509e4336cf0da90ab0c237b5963
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-19T13:03:47Z

    IGNITE-4523 Fixed wrong merge issue.

commit c880bdb4bd859332ce7c15f4ea470ccbee71be56
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-19T13:54:50Z

    IGNITE-4523 Minor fix on collections comparison.

commit 93b50950383c74bbd5a82608acca94c20d5205ec
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-20T08:44:11Z

    IGNITE-4523 Fixed caches configuration for tests.

commit 3744814e5da583ee5e205c9b13648f71a840efe4
Author: Aleksei Scherbakov <alexey.scherbak...@gmail.com>
Date:   2017-04-20T09:12:09Z

    IGNITE-4523 Fixed caches configuration for tests.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to