jnagel12 commented on PR #629:
URL: https://github.com/apache/iceberg-go/pull/629#issuecomment-3602764130
> nevermind, I just realized we're doing the schemaId reassignment with:
>
> ```go
> func (b *MetadataBuilder) addSchema(schema *iceberg.Schema) (int, error) {
> newSchemaID := b.reuseOrCreateNewSchemaID(schema)
> ```
Yes that's correct.
On the note about the REST impl, that's a good catch. I'll update it to
override the version ID to 1 in the `CreateView` method. Does that sound good?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]