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 738d0bf1cd7 [feat](Nereids) support alter job status commands (#44279) add 045f59013b0 [Feat] (Nereids)support showTrash Command (#44352) No new revisions were added by this update. Summary of changes: .../doris/nereids/parser/LogicalPlanBuilder.java | 7 +++ .../apache/doris/nereids/trees/plans/PlanType.java | 1 + .../trees/plans/commands/ShowTrashCommand.java} | 51 ++++++++++++---------- .../trees/plans/visitor/CommandVisitor.java | 5 +++ .../test_nereids_trash.groovy} | 6 +-- 5 files changed, 44 insertions(+), 26 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/{analysis/ShowTrashStmt.java => nereids/trees/plans/commands/ShowTrashCommand.java} (67%) copy regression-test/suites/nereids_p0/ddl/{show/show_proc_nereids.groovy => show_trash/test_nereids_trash.groovy} (85%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org