yanlin-Lynn commented on a change in pull request #2252:
URL: https://github.com/apache/calcite/pull/2252#discussion_r602844203
##########
File path: core/src/main/java/org/apache/calcite/rel/RelHomogeneousShuttle.java
##########
@@ -56,6 +57,10 @@
return visit((RelNode) values);
}
+ @Override public RelNode visit(LogicalCalc calc) {
+ return visit((RelNode) calc);
+ }
Review comment:
why need this update?
--
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]