-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Description
To make things easier for query engines to evolve schemas into a target schema, it would be great to add UnionByName
to Iceberg-Rust as well. The UnionByName
visitor (python, java) to make extending of the schema easy. For example, see the Python docs on Union by Name.
For example, if you have a CDC application, and you see a new schema, you can just pass it into this method to update the table. It will traverse the schema and compare it based on the names.
Depends on #697
liurenjie1024
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status