rambleraptor opened a new pull request, #32: URL: https://github.com/apache/iceberg-terraform/pull/32
This includes the changes from #29 We haven't been consistent about how we're treating IDs and I'd like to change that. Some IDs should be managed by Terraform (not user-settable, Terraform will store these values + increment them on updates). Some should be managed by users. - `schema-id` - Terraform managed. - `field-id` - User managed. This isn't ideal, but the ID is the primary key of a field. If you try to rename a field (without specifying the ID), Terraform will become very confused. - `partition-specs.spec-id` - Terraform managed. - `sort_orders.order-id` - Terraform managed. - `partition-specs.source-id`. User managed. These are references to a field. - `partition-specs.field-id`. User managed. These are references to a field. -- 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]
