vldpyatkov commented on code in PR #13559:
URL: https://github.com/apache/ignite/pull/13559#discussion_r3959025364


##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/rel/RepeatUnionNode.java:
##########
@@ -155,6 +169,25 @@ private Node<Row> source() {
         return sources().get(curSrc);
     }
 
+    /** Binds recursive scans in this union's recursive term without crossing 
nested recursive unions. */
+    @SuppressWarnings("unchecked")

Review Comment:
   Done.



-- 
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]

Reply via email to