rambleraptor commented on code in PR #14749:
URL: https://github.com/apache/iceberg/pull/14749#discussion_r2591024363


##########
core/src/test/java/org/apache/iceberg/rest/Route.java:
##########
@@ -131,7 +131,12 @@ enum Route {
       FetchScanTasksRequest.class,
       FetchScanTasksResponse.class),
   CANCEL_PLAN_TABLE_SCAN(
-      HTTPRequest.HTTPMethod.DELETE, ResourcePaths.V1_TABLE_SCAN_PLAN, null, 
null);
+      HTTPRequest.HTTPMethod.DELETE, ResourcePaths.V1_TABLE_SCAN_PLAN, null, 
null),
+  LOAD_TABLE_CREDENTIALS(

Review Comment:
   Yep, I think I've added that properly. Great comment, thanks!



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