nastra commented on code in PR #14921:
URL: https://github.com/apache/iceberg/pull/14921#discussion_r2668035936
##########
.palantir/revapi.yml:
##########
@@ -1456,6 +1459,9 @@ acceptedBreaks:
old: "method void
org.apache.iceberg.PartitionStats::deletedEntry(org.apache.iceberg.Snapshot)"
new: "method void
org.apache.iceberg.PartitionStats::deletedEntry(org.apache.iceberg.Snapshot)"
justification: "Changing deprecated code"
+ - code: "java.method.removed"
+ old: "method org.apache.iceberg.io.CloseableIterable<java.lang.String>
org.apache.iceberg.ManifestFiles::readPaths(org.apache.iceberg.ManifestFile,
org.apache.iceberg.io.FileIO)"
Review Comment:
this breaks an existing API, which we must avoid
--
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]