rdblue commented on code in PR #4186:
URL: https://github.com/apache/iceberg/pull/4186#discussion_r842200886
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -766,12 +752,20 @@ components:
properties:
overrides:
type: object
+ items:
+ type: string
description:
Properties that should be used to override client configuration;
applied after defaults and client configuration.
+ example: { "warehouse": "s3://bucket/warehouse" }
+ default: { }
Review Comment:
We don't use defaults elsewhere. is this needed?
--
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]