timoninmaxim commented on a change in pull request #8744:
URL: https://github.com/apache/ignite/pull/8744#discussion_r663126698
##########
File path:
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/sql/SplitterUtils.java
##########
@@ -286,6 +290,255 @@ public static boolean hasPartitionedTables(GridSqlAst
ast) {
return false;
}
+ /**
+ * Traverse AST while join operation isn't found. Check it if found.
+ */
+ public static void lookForPartitionedJoin(GridSqlAst ast, GridSqlAst
upWhere, IgniteLogger log) {
Review comment:
I added more comments in this method. Now it should be more
straightforward. WDYT?
--
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]