We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd4495 commit e87bfb0Copy full SHA for e87bfb0
.palantir/revapi.yml
@@ -1177,6 +1177,10 @@ acceptedBreaks:
1177
old: "class org.apache.iceberg.Metrics"
1178
new: "class org.apache.iceberg.Metrics"
1179
justification: "Java serialization across versions is not guaranteed"
1180
+ - code: "java.method.addedToInterface"
1181
+ new: "method long org.apache.iceberg.actions.DeleteOrphanFiles.Result::orphanFileLocationsCount()"
1182
+ justification: "Introducing orphan file count instead orphaned files to reduce\
1183
+ \ memory overhead."
1184
org.apache.iceberg:iceberg-core:
1185
- code: "java.method.removed"
1186
old: "method java.lang.String[] org.apache.iceberg.hadoop.Util::blockLocations(org.apache.iceberg.CombinedScanTask,\
0 commit comments