This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from b8585415d3f [enhancement](compaction) Optimize compaction policy for 
empty rowsets (#56173)
     add d889a0e159c [feature](tde) Support rotating root key command (#55901) 
(#56342)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisLexer.g4  |  2 +
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |  3 ++
 .../doris/encryption/KeyManagerInterface.java      |  8 +++
 .../org/apache/doris/encryption/RootKeyInfo.java   | 35 ++++++++++++-
 .../doris/nereids/parser/LogicalPlanBuilder.java   |  8 +++
 .../apache/doris/nereids/trees/plans/PlanType.java |  1 +
 ...mand.java => AdminRotateTdeRootKeyCommand.java} | 57 +++++++++++-----------
 .../trees/plans/visitor/CommandVisitor.java        |  5 ++
 .../doris/nereids/parser/NereidsParserTest.java    | 16 ++++++
 9 files changed, 106 insertions(+), 29 deletions(-)
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{CleanAllProfileCommand.java
 => AdminRotateTdeRootKeyCommand.java} (50%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to