zhiqiang-hhhh commented on code in PR #55371:
URL: https://github.com/apache/doris/pull/55371#discussion_r2305919451
##########
fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java:
##########
@@ -575,7 +575,7 @@ private void executeByNereids(TUniqueId queryId) throws
Exception {
LOG.debug("Nereids start to execute query:\n {}",
originStmt.originStmt);
}
context.setQueryId(queryId);
- context.setStartTime();
+ context.setStartTime(false);
Review Comment:
> why set false here?
if we set start time by force , cost of parser time will not be included in
the final query time
--
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]