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 378b2f21e22 [opt](exec)lazy deserialize pblock in VDataStreamRecvr::SenderQueue (#44378) add 3358156cf14 [Enhancement] (nereids)implement showLoadProfileCommand in nereids (#44440) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 2 +- .../doris/nereids/parser/LogicalPlanBuilder.java | 8 +++++++ .../apache/doris/nereids/trees/plans/PlanType.java | 1 + .../plans/commands/ShowLoadProfileCommand.java} | 27 ++++++++++++++-------- .../trees/plans/visitor/CommandVisitor.java | 5 ++++ .../show/test_show_commands_nereids.groovy | 2 +- 6 files changed, 34 insertions(+), 11 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/{analysis/ShowLoadProfileStmt.java => nereids/trees/plans/commands/ShowLoadProfileCommand.java} (65%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org