From 6396f254edf901167007d1dc5da0673f8daf8339 Mon Sep 17 00:00:00 2001 From: zhaochangle Date: Fri, 30 Jan 2026 23:31:59 +0800 Subject: [PATCH] 1 --- be/src/pipeline/exec/scan_operator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/be/src/pipeline/exec/scan_operator.cpp b/be/src/pipeline/exec/scan_operator.cpp index e8d8193a289d2e..36d874f341ba9c 100644 --- a/be/src/pipeline/exec/scan_operator.cpp +++ b/be/src/pipeline/exec/scan_operator.cpp @@ -1267,7 +1267,6 @@ Status ScanLocalState::close(RuntimeState* state) { COUNTER_UPDATE(exec_time_counter(), rf_time); SCOPED_TIMER(_close_timer); - SCOPED_TIMER(exec_time_counter()); if (auto ctx = _scanner_ctx.load()) { ctx->stop_scanners(state); // _scanner_ctx may be accessed in debug_string concurrently