nielspardon commented on code in PR #4481:
URL: https://github.com/apache/calcite/pull/4481#discussion_r2240527824


##########
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:
   I had to put a javadoc to satisfy checkstyle. Would love to put something 
more meaningful here if you have a suggestion. Since I'm not the original 
author I'm not sure how to best describe the purpose of this class.



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