liyafan82 commented on a change in pull request #2243:
URL: https://github.com/apache/calcite/pull/2243#discussion_r517083286
##########
File path:
core/src/main/java/org/apache/calcite/plan/volcano/TopDownRuleDriver.java
##########
@@ -590,7 +593,7 @@ private RelNode convert(RelNode rel, RelSubset group) {
return null;
}
- // check whether a node's lower bound is less than a RelSubset's upper bound
+ // Check whether a node's lower bound is less than a RelSubset's upper bound.
Review comment:
Change this to a JavaDoc, and "Check" -> "Checks"?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]