File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
fe/fe-core/src/main/java/org/apache/doris Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1170,7 +1170,7 @@ public long getExternalTvfInitTimeMs() {
11701170 }
11711171
11721172 public void addNereidsPartitiionPruneTime (long ms ) {
1173- this .externalTvfInitTime += ms ;
1173+ this .nereidsPartitiionPruneTime += ms ;
11741174 }
11751175
11761176 public long getNereidsPartitiionPruneTimeMs () {
Original file line number Diff line number Diff line change @@ -774,7 +774,7 @@ private void executeByNereids(TUniqueId queryId) throws Exception {
774774 MetricRepo .HISTO_PLAN_OPTIMIZE_DURATION .update (nereidsOptimizeTimeMs );
775775 }
776776 int nereidsTranslateTimeMs = summaryProfile .getNereidsTranslateTimeMs ();
777- if (nereidsOptimizeTimeMs >= 0 ) {
777+ if (nereidsTranslateTimeMs >= 0 ) {
778778 MetricRepo .HISTO_PLAN_TRANSLATE_DURATION .update (nereidsTranslateTimeMs );
779779 }
780780 long initScanNodeTimeMs = summaryProfile .getInitScanNodeTimeMs ();
You can’t perform that action at this time.
0 commit comments