fn create_upsert_sql( schema: &Schema, schema_name: &str, table_name: &str, key_indices: &[usize], n_tuples: usize, ) -> String