apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
469 stars 95 forks source link

Feature: Convert Schema into Builder #382

Closed c-thiel closed 1 month ago

c-thiel commented 1 month ago

Currently there is no public API allowing us to access the alias & identifier_field_ids fields of the schema. By adding a conversion method from Schema to SchemaBuilder, we would allow modifications of Schemas as required by the TableMetadataBuilder.