iwanttobepowerful commented on code in PR #4659:
URL: https://github.com/apache/calcite/pull/4659#discussion_r2616313552


##########
core/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java:
##########
@@ -1772,8 +1772,11 @@ private static boolean isWidening(RelDataType type, 
RelDataType type1) {
       return null;
     }
 
+
+    Frame newLeftFrame = getNewLeftFrame(rel, oldLeft, leftFrame, 
isCorVarDefined);

Review Comment:
   how about oldRight?



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