alex-plekhanov commented on code in PR #13517:
URL: https://github.com/apache/ignite/pull/13517#discussion_r3931495303
##########
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridReduceQueryExecutor.java:
##########
@@ -1400,4 +1400,9 @@ private List<GridCacheSqlQuery>
prepareMapQueryForSinglePartition(GridCacheTwoSt
return Collections.singletonList(originalQry);
}
+
+ /** */
+ IgniteH2Indexing h2() {
+ return h2;
Review Comment:
But it looks not very consistent, runing query manager is not relied to
reduce executor, but reduce executor is a part of indexing, so it's more
correct to bind these two components.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]