fn create_table_with_expr( plan: &LogicalPlan, sink_table_name: &[String; 3], query_type: &QueryType, ) -> Result<CreateTableExpr, Error>