From 0fb452c5fadc718c0f6fb53fa68a36c5c9387c2f Mon Sep 17 00:00:00 2001 From: William Wen Date: Wed, 25 Dec 2024 16:13:31 +0800 Subject: [PATCH] remove lint --- .../src/executor/backfill/snapshot_backfill/vnode_stream.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stream/src/executor/backfill/snapshot_backfill/vnode_stream.rs b/src/stream/src/executor/backfill/snapshot_backfill/vnode_stream.rs index 25f7fe9dddbed..71fde5771e3af 100644 --- a/src/stream/src/executor/backfill/snapshot_backfill/vnode_stream.rs +++ b/src/stream/src/executor/backfill/snapshot_backfill/vnode_stream.rs @@ -91,7 +91,6 @@ impl VnodeStream { } } - #[expect(dead_code)] pub(super) fn consume_builder(&mut self) -> Option { self.data_chunk_builder.consume_all().map(|chunk| { let ops = replace( @@ -102,7 +101,6 @@ impl VnodeStream { }) } - #[expect(dead_code)] pub(super) async fn for_vnode_pk_progress( &mut self, pk_indices: &[usize],