nastra commented on code in PR #14767:
URL: https://github.com/apache/iceberg/pull/14767#discussion_r2671487583
##########
core/src/main/java/org/apache/iceberg/rest/RESTCatalogProperties.java:
##########
@@ -41,6 +41,8 @@ private RESTCatalogProperties() {}
public static final String REST_SCAN_PLANNING_ENABLED =
"rest-scan-planning-enabled";
public static final boolean REST_SCAN_PLANNING_ENABLED_DEFAULT = false;
+ public static final String REST_SCAN_PLAN_ID = "rest-scan-plan-id";
Review Comment:
it would be weird for the server to send a value for this but I don't think
we would want to fail in that case, since ultimately we are overriding it
anyway and we only care about the `rest-scan-plan-id` that we configure on the
client side so that it's properly passed to the /credentials endpoint when it's
called
--
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]