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


##########
core/src/main/java/org/apache/calcite/plan/RelOptUtil.java:
##########
@@ -4791,7 +4800,9 @@ private RexInputConverter(
         @Nullable List<RelDataTypeField> destFields,
         @Nullable List<RelDataTypeField> leftDestFields,
         @Nullable List<RelDataTypeField> rightDestFields,
-        int[] adjustments) {
+        int[] adjustments,
+        int offset,
+        @Nullable RelNode correlateVariableChild) {

Review Comment:
   You need to document the new parameters in JavaDoc



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