From 8b2bc7be0bf4283a580ff964c0c492fd1c01f4fc Mon Sep 17 00:00:00 2001 From: xxchan Date: Wed, 6 Mar 2024 11:01:23 +0800 Subject: [PATCH] clippy --- src/stream/src/from_proto/source_backfill.rs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/stream/src/from_proto/source_backfill.rs b/src/stream/src/from_proto/source_backfill.rs index f0c38e67f115d..bbeab07185b1e 100644 --- a/src/stream/src/from_proto/source_backfill.rs +++ b/src/stream/src/from_proto/source_backfill.rs @@ -12,14 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -use risingwave_common::catalog::{default_key_column_name_version_mapping, ColumnId, TableId}; -use risingwave_connector::source::reader::desc::SourceDescBuilder; +use risingwave_common::catalog::TableId; use risingwave_connector::source::SourceCtrlOpts; -use risingwave_pb::data::data_type::TypeName as PbTypeName; -use risingwave_pb::plan_common::additional_column::ColumnType; -use risingwave_pb::plan_common::{ - AdditionalColumn, AdditionalColumnKey, ColumnDescVersion, FormatType, PbEncodeType, -}; use risingwave_pb::stream_plan::SourceBackfillNode; use super::*;