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 3ef6312e478 [Fix](Compaction) Cumulative Points Not Incrementing After Delete Operation (#47282) add 0ec64a68467 [Enhancement] (nereids)implement unlockTablesCommand in nereids (#49664) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 4 +-- .../doris/nereids/parser/LogicalPlanBuilder.java | 7 +++++ .../apache/doris/nereids/trees/plans/PlanType.java | 1 + .../{SyncCommand.java => UnlockTablesCommand.java} | 24 ++++++---------- .../trees/plans/visitor/CommandVisitor.java | 5 ++++ .../test_unlock_tables_command.groovy} | 32 +++++++++++----------- 6 files changed, 39 insertions(+), 34 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{SyncCommand.java => UnlockTablesCommand.java} (76%) copy regression-test/suites/{ddl_p0/test_createtable_strlen.groovy => nereids_p0/test_unlock_tables_command.groovy} (64%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org