Skip to content

Commit e87bfb0

Browse files
author
karuppayya
committed
Fix revapi
1 parent 2dd4495 commit e87bfb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.palantir/revapi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,10 @@ acceptedBreaks:
11771177
old: "class org.apache.iceberg.Metrics"
11781178
new: "class org.apache.iceberg.Metrics"
11791179
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."
11801184
org.apache.iceberg:iceberg-core:
11811185
- code: "java.method.removed"
11821186
old: "method java.lang.String[] org.apache.iceberg.hadoop.Util::blockLocations(org.apache.iceberg.CombinedScanTask,\

0 commit comments

Comments
 (0)