You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by dolphin1414 <gi...@git.apache.org> on 2017/12/18 20:34:35 UTC

[GitHub] ignite pull request #3249: IGNITE-6785: Affinity key field ignore case.

GitHub user dolphin1414 opened a pull request:

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

    IGNITE-6785: Affinity key field ignore case.

    Fix for an affinity field name upper-case issue.

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

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

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

    https://github.com/apache/ignite/pull/3249.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 #3249
    
----
commit acf0e7dada672e6cd0027d46977279a7c0ab9f91
Author: rkondakov <rk...@gridgain.com>
Date:   2017-12-18T20:29:32Z

    IGNITE-6785: Changed affinity key fields names comparison from the equals() to equalsIgnoreCase().

----


---

[GitHub] ignite pull request #3249: IGNITE-6785: Affinity key field ignore case.

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

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


---