korlov42 commented on a change in pull request #8255:
URL: https://github.com/apache/ignite/pull/8255#discussion_r493389671
##########
File path:
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/QueryParser.java
##########
@@ -553,6 +553,8 @@ else if (!prepared.isQuery()) {
GridCacheTwoStepQuery twoStepQry = null;
if (splitNeeded) {
+ GridQueryOptimizer.pullOutSubQueries(selectStmt);
Review comment:
Right now it does only one thing - rewrites subqueries. So ok, let's
rename it
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]