Minors.

Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3b90898b
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3b90898b
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3b90898b

Branch: refs/heads/ignite-10759-1
Commit: 3b90898b1da2633c48a0ac02c42c6618dca192f4
Parents: 5c2085c
Author: devozerov <voze...@gridgain.com>
Authored: Fri Dec 21 17:53:54 2018 +0300
Committer: devozerov <voze...@gridgain.com>
Committed: Fri Dec 21 17:53:54 2018 +0300

----------------------------------------------------------------------
 .../processors/query/h2/opt/join/DistributedLookupBatch.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/3b90898b/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/join/DistributedLookupBatch.java
----------------------------------------------------------------------
diff --git 
a/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/join/DistributedLookupBatch.java
 
b/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/join/DistributedLookupBatch.java
index 11e7fa2..60106a8 100644
--- 
a/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/join/DistributedLookupBatch.java
+++ 
b/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/join/DistributedLookupBatch.java
@@ -214,7 +214,7 @@ public class DistributedLookupBatch implements 
IndexLookupBatch {
             if (stream == null) {
                 stream = new RangeStream(cctx.kernalContext(), idx, qctx, 
segmentKey.node());
 
-                stream.request(GridH2IndexBase.createRequest(qctx, 
batchLookupId, segmentKey.segmentId()));
+                stream.request(createRequest(qctx, batchLookupId, 
segmentKey.segmentId()));
                 stream.request().bounds(bounds = new ArrayList<>());
 
                 rangeStreams.put(segmentKey, stream);

Reply via email to