From 0b5694102081fd3d835c16858b56f877bd8a1dd1 Mon Sep 17 00:00:00 2001 From: Yuhao Su Date: Fri, 1 Nov 2024 23:08:02 +0800 Subject: [PATCH] fix --- src/stream/src/executor/nested_loop_temporal_join.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stream/src/executor/nested_loop_temporal_join.rs b/src/stream/src/executor/nested_loop_temporal_join.rs index 842fa5254f8d5..55d21b468a777 100644 --- a/src/stream/src/executor/nested_loop_temporal_join.rs +++ b/src/stream/src/executor/nested_loop_temporal_join.rs @@ -98,7 +98,6 @@ async fn phase1_handle_chunk( } impl NestedLoopTemporalJoinExecutor { - #[expect(dead_code)] #[expect(clippy::too_many_arguments)] pub fn new( ctx: ActorContextRef,