rdblue opened a new pull request, #5226: URL: https://github.com/apache/iceberg/pull/5226
This fixes a bug in the `TableMetadata` builder, where reverting to an older schema, spec, or sort order will correctly suppress the `AddSchema` change, but will still create a `SetSchema(-1)` change. The fix is to detect when the new schema ID is an existing schema and suppress the `SetSchema` change as well. -- 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]
