LiBinfeng-01 commented on code in PR #46375:
URL: https://github.com/apache/doris/pull/46375#discussion_r1908082444
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java:
##########
@@ -5350,8 +5363,20 @@ public LogicalPlan
visitShowTabletStorageFormat(ShowTabletStorageFormatContext c
@Override
public LogicalPlan visitShowQueryProfile(ShowQueryProfileContext ctx) {
- String queryIdPath = stripQuotes(ctx.queryIdPath.getText());
- return new ShowQueryProfileCommand(queryIdPath);
+ String queryIdPath = "/";
Review Comment:
it looks very similar to function visitShowLoadProfile, maybe we can make a
extraction of same logics
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]