[
https://issues.apache.org/jira/browse/IGNITE-8806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16513515#comment-16513515
]
ASF GitHub Bot commented on IGNITE-8806:
----------------------------------------
GitHub user devozerov opened a pull request:
https://github.com/apache/ignite/pull/4193
IGNITE-8806
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-8806
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4193.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 #4193
----
commit 8b5d718edcf357234fa639ae57175141be321173
Author: devozerov <vozerov@...>
Date: 2018-06-15T08:16:52Z
IGNITE-8806: Fixed.
----
> SQL: NPE in GridH2ProxyIndex when trying to access lookup batch
> ---------------------------------------------------------------
>
> Key: IGNITE-8806
> URL: https://issues.apache.org/jira/browse/IGNITE-8806
> Project: Ignite
> Issue Type: Task
> Components: sql
> Affects Versions: 2.5
> Reporter: Vladimir Ozerov
> Assignee: Vladimir Ozerov
> Priority: Major
> Fix For: 2.6
>
>
> See {{GridH2ProxyIndex#createLookupBatch}} - it calls the same method on real
> index and returns wrapped batch unconditionally.
> But according to the contract of this method, index may return {{null}}.
> Proxy index should return {{null}} in this case as well.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)