singhpk234 commented on code in PR #13191:
URL: https://github.com/apache/iceberg/pull/13191#discussion_r2152617025
##########
.palantir/revapi.yml:
##########
@@ -1285,6 +1285,12 @@ acceptedBreaks:
- code: "java.field.removedWithConstant"
old: "field org.apache.iceberg.TableProperties.ROW_LINEAGE"
justification: "Removing deprecations for 1.10.0"
+ - code: "java.method.abstractMethodAdded"
+ new: "method <T extends org.apache.iceberg.rest.RESTResponse> T
org.apache.iceberg.rest.BaseHTTPClient::execute(org.apache.iceberg.rest.HTTPRequest,\
+ \ java.lang.Class<T>,
java.util.function.Consumer<org.apache.iceberg.rest.responses.ErrorResponse>,\
+ \ java.util.function.Consumer<java.util.Map<java.lang.String,
java.lang.String>>,\
+ \ org.apache.iceberg.rest.ParserContext)"
+ justification: "Add context aware parsing"
Review Comment:
precisely, I am not aware if there are folks who use this API, i just added
here to follow existing pattern and make rev-api happy !
--
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]