mihaibudiu commented on code in PR #4777:
URL: https://github.com/apache/calcite/pull/4777#discussion_r2737435266

##########
core/src/main/java/org/apache/calcite/sql2rel/TopDownGeneralDecorrelator.java:
##########
@@ -202,7 +204,9 @@ public static RelNode decorrelateQuery(RelNode rel, 
RelBuilder builder) {
                 CoreRules.FILTER_INTO_JOIN,
                 CoreRules.FILTER_CORRELATE))
         .build();
-    HepPlanner prePlanner = new HepPlanner(preProgram);
+    HepPlanner prePlanner =

Review Comment:
   this deserves a comment about the DAG stuff; the PR description would be 
fine here.



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