rambleraptor commented on code in PR #14749:
URL: https://github.com/apache/iceberg/pull/14749#discussion_r2600069853
##########
core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java:
##########
@@ -131,6 +132,7 @@ public class RESTSessionCatalog extends
BaseViewSessionCatalog
.add(Endpoint.V1_REGISTER_TABLE)
.add(Endpoint.V1_REPORT_METRICS)
.add(Endpoint.V1_COMMIT_TRANSACTION)
+ .add(Endpoint.V1_TABLE_CREDENTIALS)
Review Comment:
It looked like a later PR had added to this list (report_metrics), so I
assumed it was safe. My bad!
--
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]