You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "johanhenriksson (via GitHub)" <gi...@apache.org> on 2023/10/09 13:50:20 UTC

[PR] API: Fix REST Catalog schema error: uniqueItems is not valid on type object [iceberg]

johanhenriksson opened a new pull request, #8751:
URL: https://github.com/apache/iceberg/pull/8751

   OpenAPI schema fails code generation on row 1173:
   ```
     - rest-catalog-open-api.yaml:1173:24 -> uniqueItems: unexpected field for type "object"
   ```
   
   As far as I can tell `uniqueItems` is not valid for objects, so I assume this is a mistake.


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


Re: [PR] API: Fix REST Catalog schema error: uniqueItems is not valid on type object [iceberg]

Posted by "nastra (via GitHub)" <gi...@apache.org>.
nastra merged PR #8751:
URL: https://github.com/apache/iceberg/pull/8751


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org