pub fn create_source_desc_builder(
source_type: &str,
source_id: &TableId,
source_columns: Vec<PbColumnCatalog>,
params: &ExecutorParams,
source_info: PbStreamSourceInfo,
row_id_index: Option<u32>,
with_properties: WithOptionsSecResolved,
) -> SourceDescBuilder