Vladimir Ozerov created IGNITE-8806:
---------------------------------------
Summary: 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
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)