[GitHub] ignite pull request #5421: IGNITE-8765: Fixed event's query type

2018-11-20 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] ignite pull request #5421: IGNITE-8765: Fixed event's query type

2018-11-18 Thread pavel-kuznetsov
GitHub user pavel-kuznetsov opened a pull request:

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

IGNITE-8765: Fixed event's query type



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

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

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

https://github.com/apache/ignite/pull/5421.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 #5421


commit d4ecd8454a5511c8b85fb3c3ede0072d71b2757f
Author: palmuhal 
Date:   2018-11-18T23:49:42Z

ignite-8765: Enabled test for the bug.

Bug itself have been fixed during IGNITE-10253.

commit 6cad0bb22b2b7a0f3a58486c66d145a39eacb312
Author: palmuhal 
Date:   2018-11-19T00:17:39Z

ignite-8765: Fixed event type.

Earlier no matter query of what type (SQL or SQL_FIELDS) got executed,
"SQL" used to be the query type of the event. Now we make a difference.
Also event message is updated.




---