NobiGo commented on code in PR #3908:
URL: https://github.com/apache/calcite/pull/3908#discussion_r1716602508
##########
core/src/main/java/org/apache/calcite/plan/hep/HepPlanner.java:
##########
@@ -186,14 +186,14 @@ public HepPlanner(
}
@Override public RelNode findBestExp() {
- requireNonNull(root, "root");
+ requireNonNull(root, "'root' must not be null");
Review Comment:
Ok. If we keep consistent with VolcanoPlanner. We can change VolcanoPlanner
error info to `'root' must not be null`
--
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]