mihaibudiu commented on code in PR #4726:
URL: https://github.com/apache/calcite/pull/4726#discussion_r2666818234
##########
core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java:
##########
@@ -1437,6 +1438,12 @@ private void parseCorrelTable(RelNode relNode, Result x)
{
}
}
+ private void parseCorrelTable(RelNode relNode, Context context) {
Review Comment:
Well, the name could be better, maybe you can at least add a comment and
keep this one
--
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]