flyrain commented on code in PR #14867:
URL: https://github.com/apache/iceberg/pull/14867#discussion_r2908817193
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -3468,6 +3468,9 @@ components:
## General Configurations
- `token`: Authorization bearer token to use for table requests if
OAuth2 security is enabled
+ - `scan-planning-mode`: Communicates to clients the supported planning
mode. Clients should use this value to fail fast if the supported scanning mode
is not available on the client. Valid values:
+ - `client`: Clients MUST use client-side scan planning
+ - `server`: Clients MUST use server-side scan planning via the
`planTableScan` endpoint
Review Comment:
One possible way to prevent clients from using client side scan planning
here is to avoid vending credentials. That said, either works from my
perspective. Credential vending does not appear to be mandatory, and
intentionally not vending credentials in this case also feels a bit unusual.
--
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]