seawinde commented on code in PR #40332: URL: https://github.com/apache/doris/pull/40332#discussion_r1749910299
########## fe/fe-core/src/main/java/org/apache/doris/mtmv/MTMVPropertyUtil.java: ########## @@ -66,6 +67,8 @@ public static void analyzeProperty(String key, String value) { break; case PropertyAnalyzer.PROPERTIES_ENABLE_NONDETERMINISTIC_FUNCTION: break; + case PropertyAnalyzer.PROPERTIES_USE_FOR_REWRITE: Review Comment: if prperty is null , then is false, not null is true for` Boolean.valueof()`,so not need to check -- 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