mihaibudiu commented on code in PR #4481:
URL: https://github.com/apache/calcite/pull/4481#discussion_r2240532916
##########
core/src/main/java/org/apache/calcite/rel/rel2sql/SqlImplementor.java:
##########
@@ -2337,6 +2285,69 @@ Result withExpectedClauses(boolean ignoreClauses,
: new Result(node, clauses, neededAlias, neededType, aliases, anon,
ignoreClauses, ImmutableSet.copyOf(expectedClauses),
expectedRel);
}
+
+ /**
+ * A context that uses a select list.
Review Comment:
Yes, I have approved.
My guess is that a description like "the local SELECT statement is used as a
context" would be a good approximation.
But that not add much either.
So checkstyle wants JavaDoc even on private classes? Too bad.
--
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]