JingsongLi commented on code in PR #8:
URL:
https://github.com/apache/terraform-provider-paimon/pull/8#discussion_r3841396607
##########
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:
Fixed in 994e952. The resource schema description now derives the upper
bound from `maxPaimonFieldID`, and `docs/resources/table.md` documents the
matching maximum of 1073741822. A repository-wide search confirms the stale
2147483647 value is gone.
--
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]