fn gen_table_plan_with_source(
context: OptimizerContextRef,
schema_name: Option<String>,
source_catalog: SourceCatalog,
version: TableVersion,
props: CreateTableProps,
) -> Result<(PlanRef, PbTable), RwError>
fn gen_table_plan_with_source(
context: OptimizerContextRef,
schema_name: Option<String>,
source_catalog: SourceCatalog,
version: TableVersion,
props: CreateTableProps,
) -> Result<(PlanRef, PbTable), RwError>