Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
ZENOTME committed Jan 24, 2024
1 parent 33187d8 commit b46fa78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/connector/src/sink/catalog/desc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ pub struct SinkDesc {
/// Id of the target table for sink into table.
pub target_table: Option<TableId>,

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

Expand Down

0 comments on commit b46fa78

Please sign in to comment.