When column renames change target names (columns[].source + columns[].name), Delta writes fail if the table already exists with a different schema. Example error: Schema error: Field customerid not found in schema. Today the workaround is to delete the delta table. We should consider a schema evolution/merge strategy or a clearer validation error in a future release.