zhiqiang-hhhh commented on code in PR #37681: URL: https://github.com/apache/doris/pull/37681#discussion_r1675093842
########## be/src/vec/functions/function_utility.cpp: ########## @@ -74,19 +74,12 @@ class FunctionSleep : public IFunction { Review Comment: Could you please add some comment to explain why we not using default_impl for const? "Sleep function should not be executed during open stage, this will makes fargment preparint too long, so we do not use default impl." -- 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