nastra commented on code in PR #11704:
URL: https://github.com/apache/iceberg/pull/11704#discussion_r1871169877
##########
.palantir/revapi.yml:
##########
@@ -1145,6 +1145,134 @@ acceptedBreaks:
new: "method org.apache.iceberg.BaseMetastoreOperations.CommitStatus
org.apache.iceberg.BaseMetastoreTableOperations::checkCommitStatus(java.lang.String,\
\ org.apache.iceberg.TableMetadata)"
justification: "Removing deprecated code"
+ "1.7.0":
Review Comment:
the alternative to fixing and breaking an existing API is to introduce a new
class and deprecate the old one (and also update all places to use the new
class)
--
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]