rdblue commented on code in PR #6146:
URL: https://github.com/apache/iceberg/pull/6146#discussion_r1018465265


##########
core/src/main/java/org/apache/iceberg/rest/HTTPClient.java:
##########
@@ -269,6 +269,20 @@ public <T extends RESTResponse> T post(
     return execute(Method.POST, path, null, body, responseType, headers, 
errorHandler);
   }
 
+  /**
+   * @deprecated Will be removed in 1.2.0, use {@link 
RESTClient#delete(String, Map, Class, Map,
+   *     Consumer)}.
+   */
+  @Deprecated
+  @Override
+  public <T extends RESTResponse> T delete(

Review Comment:
   Do we need to deprecate this? It seems like a reasonable thing to just keep 
it.



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