This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-56342-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 522414ca9bb branch-4.0: [feature](search) add exact dsl for search
function #56710 (#56711)
add 145dd2a960c [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]