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 3358156cf14 [Enhancement] (nereids)implement showLoadProfileCommand in nereids (#44440) add 8b9809e1c02 [Enhancement] (nereids)implement showSmallFilesCommand in nereids (#44453) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 4 +- .../doris/nereids/parser/LogicalPlanBuilder.java | 12 ++++++ .../apache/doris/nereids/trees/plans/PlanType.java | 1 + .../plans/commands/ShowSmallFilesCommand.java} | 47 ++++++++++++++-------- .../trees/plans/visitor/CommandVisitor.java | 5 +++ .../suites/auth_call/test_ddl_file_auth.groovy | 2 + 6 files changed, 53 insertions(+), 18 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/{analysis/ShowSmallFilesStmt.java => nereids/trees/plans/commands/ShowSmallFilesCommand.java} (68%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org