nastra commented on code in PR #11180:
URL: https://github.com/apache/iceberg/pull/11180#discussion_r1808909983


##########
core/src/main/java/org/apache/iceberg/rest/ResourcePaths.java:
##########
@@ -125,4 +125,38 @@ public String view(TableIdentifier ident) {
   public String renameView() {
     return SLASH.join("v1", prefix, "views", "rename");
   }
+
+  public String planTableScan(TableIdentifier ident) {

Review Comment:
   I believe all places that use these new endpoints need to do an 
`Endpoint.check(...)` as it's still possible that some of these endpoints don't 
exist, even if the `rest-server-planning-enabled` was set by a client



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