mchades opened a new pull request, #12907:
URL: https://github.com/apache/gravitino/pull/12907

   ### What changes were proposed in this pull request?
   
   Backport #11991 to `branch-1.3`:
   
   - add `ExternalType` to `DataType.oneOf`;
   - move `ExternalType` under `components.schemas`.
   
   ### Why are the changes needed?
   
   `branch-1.3` can return external column types, but its OpenAPI schema omits
   `ExternalType` from the `DataType` union and declares it outside
   `components.schemas`. Generated clients therefore cannot model this valid 
response.
   
   Backport of #11991.
   
   ### Does this PR introduce _any_ user-facing change?
   
   The OpenAPI contract now describes a response the server could already 
return.
   There is no server behavior change.
   
   ### How was this patch tested?
   
   - `./gradlew :docs:build`
   - `git diff --check`


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