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 7e990d28127 [chore](test) Refactor fold constant test util in regression test (#45266) add 7335ea8a2c0 [Enhancement] (nereids)implement showQueryProfileCommand in nereids (#45271) 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 | 3 ++- ...leCommand.java => ShowQueryProfileCommand.java} | 26 ++++++++++------------ .../trees/plans/visitor/CommandVisitor.java | 6 +++++ .../show/test_show_commands_nereids.groovy | 1 + 6 files changed, 30 insertions(+), 16 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{ShowLoadProfileCommand.java => ShowQueryProfileCommand.java} (71%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org