leaves12138 commented on code in PR #8:
URL: 
https://github.com/apache/terraform-provider-paimon/pull/8#discussion_r3841372891


##########
docs/resources/table.md:
##########
@@ -46,13 +46,20 @@ resource "paimon_table" "example" {
 ```
 
 Each field supports `id`, `name`, `type`, `nullable`, `description`, and
-`default_value`. Field IDs are assigned by list position when omitted. Use
+`default_value`. Field IDs must be unique integers from 0 through 2147483647;

Review Comment:
   The implementation now rejects IDs above `1073741822`, but this user-facing 
contract still says `2147483647`; the resource schema description in 
`internal/provider/table_schema.go` has the same stale limit. Please update 
both descriptions to the new maximum so valid configurations are documented 
accurately.



-- 
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]

Reply via email to