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
Is your feature request related to a problem or challenge?
I'm working on a Rust-based tool for managing data ingestion into Iceberg catalogs. We want this tool to manage schema evolution. Most frequently, these schema evolutions come in the form of adding new optional fields to existing tables: this allows for backwards compatibility in reading old files, as well as writing future files with additional optional fields.
Describe the solution you'd like
A public API with simple semantics that allows me to add a new column to an existing Iceberg table.
Willingness to contribute
I can contribute to this feature independently
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge?
I'm working on a Rust-based tool for managing data ingestion into Iceberg catalogs. We want this tool to manage schema evolution. Most frequently, these schema evolutions come in the form of adding new optional fields to existing tables: this allows for backwards compatibility in reading old files, as well as writing future files with additional optional fields.
Describe the solution you'd like
A public API with simple semantics that allows me to add a new column to an existing Iceberg table.
Willingness to contribute
I can contribute to this feature independently
The text was updated successfully, but these errors were encountered: