ChengJie1053 commented on code in PR #3908:
URL: https://github.com/apache/calcite/pull/3908#discussion_r1714544205
##########
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, thanks for reviewing the code for me. I was initially trying to get the
same error message from findBestExp for HepPlanner and VolcanoPlanner

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