xzj7019 commented on code in PR #42640: URL: https://github.com/apache/doris/pull/42640#discussion_r1819137182
########## fe/fe-core/src/main/java/org/apache/doris/nereids/NereidsPlanner.java: ########## @@ -279,6 +281,39 @@ private Plan planWithoutLock( disableJoinReorderReason.ifPresent(statementContext::setDisableJoinReorderReason); } + // compute rf wait time according to max table row count, if wait time is not default value Review Comment: better to wrap it into a function, to make the whole planner process clean -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org