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 32e83fec3ae [Enhancement] (nereids) implement showTransactionCommand
in nereids (#50695)
add 8d915760d02 [Enhancement] (nereids)implement lockTablesCommand in
nereids (#49375)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 6 +--
.../doris/nereids/parser/LogicalPlanBuilder.java | 26 ++++++++++++
.../apache/doris/nereids/trees/plans/PlanType.java | 1 +
...lProfileCommand.java => LockTablesCommand.java} | 46 +++++++++++++---------
.../info/{AliasInfo.java => LockTableInfo.java} | 36 +++++++----------
.../trees/plans/visitor/CommandVisitor.java | 5 +++
...mand.groovy => test_lock_tables_command.groovy} | 27 +++++++++----
7 files changed, 97 insertions(+), 50 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{CleanAllProfileCommand.java
=> LockTablesCommand.java} (54%)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/{AliasInfo.java
=> LockTableInfo.java} (56%)
copy regression-test/suites/nereids_p0/{test_unlock_tables_command.groovy =>
test_lock_tables_command.groovy} (58%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]