GitHub user nizhikov opened a pull request:
https://github.com/apache/ignite/pull/4414 IGNITE-8915: Check moved to GridQueryProcessor. Check for SqlFieldsQuery added.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/nizhikov/ignite IGNITE-8915
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4414.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4414
----
commit 0181ca3d835235b50b768d92b9671f2d4ce9e354
Author: Nikolay Izhikov <nizhikov@...>
Date: 2018-07-03T13:14:43Z
IGNITE-8915: NPE reproducer.
commit c084cce9d81b4bd8311d5f718befeca3dd40d211
Author: Nikolay Izhikov <nizhikov@...>
Date: 2018-07-17T08:16:09Z
Merge branch 'master' into IGNITE-8915
commit c78f688dd2bdd1309b7bafe15062bafa5090a110
Author: Nikolay Izhikov <nizhikov@...>
Date: 2018-07-18T08:38:48Z
Merge branch 'master' into IGNITE-8915
commit 99246843676c5ef9bf27b4eeb902bba7216751c4
Author: Nikolay Izhikov <nizhikov@...>
Date: 2018-07-18T09:15:05Z
IGNITE-8915: Test and fix.
commit 79f4ac22e29fe018f8f6f597667e69691157196e
Author: Nikolay Izhikov <nizhikov@...>
Date: 2018-07-19T11:15:38Z
Merge branch 'master' into IGNITE-8915
commit da788b5b11e5ea29b263c088ec3115efe5ac4e33
Author: Nikolay Izhikov <nizhikov@...>
Date: 2018-07-23T11:37:21Z
Merge branch 'master' into IGNITE-8915
commit e724b9118a44c87bbde3183cf4f96d5e70b8a543
Author: Nikolay Izhikov <nizhikov@...>
Date: 2018-07-24T07:12:53Z
IGNITE-8915: Added SqlFieldsQuery check. Tests added.
commit 5d19aa48d15927c9a87c5d3b051c7a2f8d08c5d4
Author: Nikolay Izhikov <nizhikov@...>
Date: 2018-07-24T07:57:00Z
IGNITE-8915: Checks moved to GridQueryProcessor.
----
---