rambleraptor opened a new pull request, #84: URL: https://github.com/apache/terraform-provider-iceberg/pull/84
We should validate that any update schema properly follows Iceberg's rules on schema evolution. On table updates, we should verify that: - Type promotions are allowed - Can't make an optional field required Note: iceberg-go incorrectly allows changing decimal scale. This was solved in a PR, but hasn't been released yet. We should upgrade Terraform's iceberg-go after next release. -- 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]
