nastra commented on issue #9880: URL: https://github.com/apache/iceberg/issues/9880#issuecomment-1985238077
The `warehouse` query parameter for that endpoint refers to https://github.com/apache/iceberg/blob/5b84f34a5386fc61b17bfe7dc7c1cbe565550958/core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java#L896-L906, indicating that the client can send the used warehouse location to the server to keep the location in-sync. The response in the config endpoint then has defaults and overrides, which can control how the catalog is configured. I don't think any other catalog properties make sense to pass as a query param, because `warehouse` might be the only one that can be configured on the client-side and might be used on the server-side. -- 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