kbendick opened a new pull request #4039:
URL: https://github.com/apache/iceberg/pull/4039


   The current 200 response to create a namespace, is simply `{ "created": true 
}`.
   
   This doesn't provide much useful information. We want all possible routes to 
return a response body, so that they can evolve more easily over time, but this 
one isn't very meaningful.
   
   Updating the spec to instead return the name of the namespace that was 
created, as well as any properties that were stored on the namespace (including 
any the server might have added).
   
   This will be more useful for Trino for example, which doesn't have `DESCRIBE 
<tbl>` like Spark does.
   
   This is currently equivalent to `GetNamespaceResponse`, but declaring them 
as two types allows them to evolve independently (as well as allow people who 
implement it to add their own required properties to one and not the other).


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to