GitHub user vk23 reopened a pull request:
https://github.com/apache/ignite/pull/2652 IGNITE-6260 rename setDistributedJoins to setNonCollocatedJoins
1. SqlQuery, SqlFieldsQuery: old methods deprecated, new ones added.
2. All internal usages of the deprecated methods are replaced with the new ones.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/vk23/ignite IGNITE-6260
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2652.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2652
----
commit ce115509854c5c3fe11a9828a3772fcd11c5cdf3
Author: vk <
[hidden email]>
Date: 2017-09-12T18:36:46Z
IGNITE-6260: rename setDistributedJoins to setNonCollocatedJoins
1. SqlQuery, SqlFieldsQuery: old methods deprecated, new ones added.
2. All internal usages of the deprecated methods are replaced with the new ones.
----
---