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 e11f0d44ce4 [enhance](nereids)rewrite aggregate to limit when all group by key is uniform and not null, and there is no aggregate functions (#46223) add 3688fdb85be [Feature](nereids) support encrypt sql for audit log (#47595) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 10 +- .../doris/nereids/analyzer/UnboundResultSink.java | 8 +- .../parser/LogicalPlanBuilderForEncryption.java | 138 +++++++++++ .../apache/doris/nereids/parser/NereidsParser.java | 8 + .../trees/plans/commands/CreateCatalogCommand.java | 19 -- .../trees/plans/commands/CreateTableCommand.java | 8 +- .../trees/plans/commands/ExportCommand.java | 7 +- .../nereids/trees/plans/commands/LoadCommand.java | 7 +- .../trees/plans/commands/NeedAuditEncryption.java | 21 +- .../trees/plans/commands/SetOptionsCommand.java | 15 -- .../trees/plans/commands/info/CreateTableInfo.java | 8 + .../commands/insert/InsertIntoTableCommand.java | 9 +- .../insert/InsertOverwriteTableCommand.java | 9 +- .../trees/plans/logical/LogicalFileSink.java | 8 +- .../java/org/apache/doris/qe/AuditLogHelper.java | 21 +- .../doris/nereids/parser/EncryptSQLTest.java | 267 +++++++++++++++++++++ 16 files changed, 500 insertions(+), 63 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilderForEncryption.java create mode 100644 fe/fe-core/src/test/java/org/apache/doris/nereids/parser/EncryptSQLTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org