You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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. TheUnionByName
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
The text was updated successfully, but these errors were encountered: