pub fn resolve_delta(base: &TableSchema, delta: &TableSchema) -> TableSchemaExpand description
Resolve a delta migration by merging with base schema
Takes a base schema and applies delta changes (adds, drops, renames) to produce the final schema state.