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
The general philosophy of any engine that implements Iceberg-Rust is that they should not care about things like field-IDs. Therefore we try to hide this logic behind APIs. To allow evolution of the schema, we have the UpdateSchema API in Python and the SchemaUpdate (implements UpdateSchema) in Java. It would be good to have this one in Rust as well :)
The text was updated successfully, but these errors were encountered:
The general philosophy of any engine that implements Iceberg-Rust is that they should not care about things like field-IDs. Therefore we try to hide this logic behind APIs. To allow evolution of the schema, we have the
UpdateSchema
API in Python and theSchemaUpdate
(implementsUpdateSchema
) in Java. It would be good to have this one in Rust as well :)The text was updated successfully, but these errors were encountered: