This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 737fe49f6f [Bug](FE) fix compile error due to code refactor (#15192) add 6712f1fc1d [fix](Nereids) encryption function with 4 params should auto-complate last param with config (#15038) No new revisions were added by this update. Summary of changes: .../glue/translator/ExpressionTranslator.java | 5 + .../glue/translator/FunctionTranslatorUtil.java | 110 +++++++++++++++++++++ .../expressions/functions/scalar/AesDecrypt.java | 11 +-- .../expressions/functions/scalar/AesEncrypt.java | 11 +-- .../expressions/functions/scalar/Sm4Decrypt.java | 11 +-- .../expressions/functions/scalar/Sm4Encrypt.java | 11 +-- .../encryption_digest/test_encryption_function.out | 42 ++++++++ .../test_encryption_function.groovy | 24 +++++ 8 files changed, 201 insertions(+), 24 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/FunctionTranslatorUtil.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org