zhangstar333 commented on code in PR #17907: URL: https://github.com/apache/doris/pull/17907#discussion_r1148721369
########## fe/fe-core/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java: ########## @@ -992,31 +1012,76 @@ private void analyzeBuiltinAggFunction(Analyzer analyzer) throws AnalysisExcepti if (ConnectContext.get() != null) { blockEncryptionMode = ConnectContext.get().getSessionVariable().getBlockEncryptionMode(); if (fnName.getFunction().equalsIgnoreCase("aes_decrypt") - || fnName.getFunction().equalsIgnoreCase("aes_encrypt")) { + || fnName.getFunction().equalsIgnoreCase("aes_encrypt") + || fnName.getFunction().equalsIgnoreCase("aes_decrypt_v2") + || fnName.getFunction().equalsIgnoreCase("aes_encrypt_v2")) { Review Comment: maybe should add some desc to explain old function and v2 function usage in docs -- 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