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 18ce7bc6693 [Enhancement] (nereids)implement CreateStorageVaultCommand
in nereids (#50607)
add 32e83fec3ae [Enhancement] (nereids) implement showTransactionCommand
in nereids (#50695)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 2 +-
.../doris/nereids/parser/LogicalPlanBuilder.java | 22 +++
.../apache/doris/nereids/trees/plans/PlanType.java | 1 +
.../plans/commands/ShowTransactionCommand.java | 186 +++++++++++++++++++++
.../trees/plans/visitor/CommandVisitor.java | 5 +
...ndTest.java => ShowTransactionCommandTest.java} | 67 ++++----
6 files changed, 243 insertions(+), 40 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowTransactionCommand.java
copy
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/{ShowCatalogRecycleBinCommandTest.java
=> ShowTransactionCommandTest.java} (58%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]