rdblue commented on code in PR #12094: URL: https://github.com/apache/iceberg/pull/12094#discussion_r1929383792
########## open-api/rest-catalog-open-api.yaml: ########## @@ -2052,6 +2052,10 @@ components: type: boolean doc: type: string + initial-default: + type: string Review Comment: I don't think the type should be string. The table spec serializes these using the JSON single-value serialization, so it would be `$ref: "#/components/schemas/PrimitiveTypeValue"`. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org