singhpk234 commented on code in PR #14773:
URL: https://github.com/apache/iceberg/pull/14773#discussion_r2609419993


##########
core/src/test/java/org/apache/iceberg/rest/RESTCatalogAdapter.java:
##########
@@ -204,8 +211,11 @@ public <T extends RESTResponse> T handleRequest(
       case CREATE_NAMESPACE:
         if (asNamespaceCatalog != null) {
           CreateNamespaceRequest request = 
castRequest(CreateNamespaceRequest.class, body);
-          return castResponse(
-              responseType, 
CatalogHandlers.createNamespace(asNamespaceCatalog, request));
+          return CatalogHandlers.withIdempotency(

Review Comment:
   can we add this for mutable remote scan plan endpoint ?



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