This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 5be8d57f52 [fix](be-ut) fix ColumnFixedLenghtObjectTest on 32 bits system (#23519) add f7d2c1faf6 [feature](Nereids) support select key encryptKey (#23257) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisLexer.g4 | 1 + .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 1 + .../doris/nereids/parser/LogicalPlanBuilder.java | 9 ++++++ .../expression/rules/FoldConstantRuleOnFE.java | 29 +++++++++++++++++ .../{GetJsonString.java => EncryptKeyRef.java} | 37 +++++++++++++++------- .../expressions/visitor/ScalarFunctionVisitor.java | 5 +++ .../doris/nereids/parser/NereidsParserTest.java | 24 +++++++------- .../data/nereids_function_p0/scalar_function/E.out | 3 ++ .../nereids_function_p0/scalar_function/E.groovy | 6 ++++ .../with/test_with_and_two_phase_agg.groovy | 10 +++--- 10 files changed, 96 insertions(+), 29 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{GetJsonString.java => EncryptKeyRef.java} (67%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org