qzsee commented on code in PR #48527: URL: https://github.com/apache/doris/pull/48527#discussion_r2115034686
########## fe/fe-core/src/main/java/org/apache/doris/analysis/CreateTableStmt.java: ########## @@ -763,7 +763,7 @@ public String toString() { @Override public boolean needAuditEncryption() { - return !engineName.equals("olap"); + return !"olap".equals(engineName); Review Comment: When analyzing, it has already been converted to lowercase, but it's also fine to ignore it here -- 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