liyafan82 commented on a change in pull request #1963:
URL: https://github.com/apache/calcite/pull/1963#discussion_r422466030
##########
File path: core/src/main/java/org/apache/calcite/materialize/Lattice.java
##########
@@ -513,11 +513,11 @@ public boolean isAlwaysMeasure(Column column) {
}
Vertex getTarget() {
- return (Vertex) target;
+ return target;
Review comment:
Revised accordingly. Thanks for the good suggestion.
----------------------------------------------------------------
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]