Berkof commented on a change in pull request #8255:
URL: https://github.com/apache/ignite/pull/8255#discussion_r493264475
##########
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:
GridQueryOptimizer - the name doesn't show its meaning. Is there any
plans to do any other query optimization except subquery extraction? If yes -
it should be named like GridSubueryJoinOptimizer
----------------------------------------------------------------
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]