From cb6feefeec592425c303c225d3e9f55bf74d3176 Mon Sep 17 00:00:00 2001 From: Renjie Liu Date: Thu, 26 Oct 2023 15:06:51 +0800 Subject: [PATCH] Rebase main --- src/batch/src/monitor/stats.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/batch/src/monitor/stats.rs b/src/batch/src/monitor/stats.rs index b17f00f843456..f286515aafbe5 100644 --- a/src/batch/src/monitor/stats.rs +++ b/src/batch/src/monitor/stats.rs @@ -96,7 +96,6 @@ impl BatchTaskMetrics { ) .unwrap(); - Self { task_first_poll_delay, task_fast_poll_duration, @@ -152,7 +151,6 @@ impl BatchExecutorMetrics { ) .unwrap(); - Self { exchange_recv_row_number, row_seq_scan_next_duration,