This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from ffd25c43e45 [fix](unique key) getEnableUniqueKeyMergeOnWrite should check keys type (#44692) add 43390acc7b0 [Enhancement] (nereids)implement showEncryptKeysCommand in nereids (#44717) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 3 +- .../doris/nereids/parser/LogicalPlanBuilder.java | 17 +++ .../apache/doris/nereids/trees/plans/PlanType.java | 1 + .../plans/commands/ShowEncryptKeysCommand.java | 134 +++++++++++++++++++++ .../trees/plans/visitor/CommandVisitor.java | 5 + .../nereids_p0/test_nereids_encrypt_test.groovy | 4 +- 6 files changed, 162 insertions(+), 2 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowEncryptKeysCommand.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org