morrySnow commented on code in PR #10659:
URL: https://github.com/apache/doris/pull/10659#discussion_r915540665
##########
fe/fe-core/src/test/java/org/apache/doris/nereids/AnalyzeSSBTest.java:
##########
@@ -161,10 +161,7 @@ private void executeRewriteBottomUpJob(PlannerContext
plannerContext, RuleFactor
}
private boolean checkBound(LogicalPlan root) {
- if (!checkPlanBound(root)) {
- return false;
- }
- return true;
+ return checkPlanBound(root);
Review Comment:
i think so
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]