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, }