Tishj opened a new issue, #17154:
URL: https://github.com/apache/iceberg/issues/17154

   ### Feature Request / Improvement
   
   For the endpoints:
   - 
   - `POST /v1/{prefix}/tables/rename`
   - `POST /v1/{prefix}/transactions/commit`
   
   Currently, on success, all these endpoints return:
   ```yml
         responses:
           204:
             description: Success, no content
   ```
   
   I would like to request a change for these endpoints to return the updated 
metadata on success, as this could save an additional roundtrip to fetch the 
new state for future updates/scans.
   
   Confusingly, the `POST /v1/{prefix}/namespaces/{namespace}/tables/{table}` 
endpoint already does this:
   ```yml
         responses:
           200:
             $ref: '#/components/responses/CommitTableResponse'
   ```
   Which contains an updated `TableMetadata` object
   
   ### Query engine
   
   None
   
   ### Willingness to contribute
   
   - [ ] I can contribute this improvement/feature independently
   - [ ] I would be willing to contribute this improvement/feature with 
guidance from the Iceberg community
   - [x] I cannot contribute this improvement/feature at this time


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