zstan commented on code in PR #4328:
URL: https://github.com/apache/calcite/pull/4328#discussion_r2064114229
##########
core/src/main/java/org/apache/calcite/sql2rel/RelFieldTrimmer.java:
##########
@@ -561,6 +682,24 @@ public TrimResult trimFields(
return result(newProject, mapping, project);
}
+ private RexNode changeCorrelateReferences(
+ RexSubQuery node,
+ CorrelationId corrId,
+ RelDataType rowType,
+ Mapping inputMapping
+ ) {
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]