From b46fa781e31eed9c38a920bbd3ab1ed09a73b520 Mon Sep 17 00:00:00 2001 From: ZENOTME Date: Wed, 24 Jan 2024 22:24:37 +0800 Subject: [PATCH] refine --- src/connector/src/sink/catalog/desc.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/connector/src/sink/catalog/desc.rs b/src/connector/src/sink/catalog/desc.rs index 33abc4ce52570..37d35e1d7edde 100644 --- a/src/connector/src/sink/catalog/desc.rs +++ b/src/connector/src/sink/catalog/desc.rs @@ -68,8 +68,7 @@ pub struct SinkDesc { /// Id of the target table for sink into table. pub target_table: Option, - /// Indicate whether the sink accepts the data chunk with extra partition column. - /// For more detil of partition column, see `PartitionComputeInfo` + /// See the same name field in `SinkWriterParam`. pub extra_partition_col_idx: Option, }