Skip to content

Commit

Permalink
Core: Remove deprecated classes related to rewrite data files
Browse files Browse the repository at this point in the history
  • Loading branch information
ajantha-bhat committed Dec 14, 2023
1 parent 5e62e47 commit 507fd85
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 1,090 deletions.
9 changes: 9 additions & 0 deletions .palantir/revapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,15 @@ acceptedBreaks:
justification: "Static utility class - should not have public constructor"
"1.4.0":
org.apache.iceberg:iceberg-core:
- code: "java.class.removed"
old: "class org.apache.iceberg.actions.BinPackStrategy"
justification: "Removed Deprecated Classes"
- code: "java.class.removed"
old: "class org.apache.iceberg.actions.SortStrategy"
justification: "Removed Deprecated Classes"
- code: "java.class.removed"
old: "interface org.apache.iceberg.actions.RewriteStrategy"
justification: "Removed Deprecated Classes"
- code: "java.field.serialVersionUIDChanged"
new: "field org.apache.iceberg.util.SerializableMap<K, V>.serialVersionUID"
justification: "Serialization is not be used"
Expand Down
333 changes: 0 additions & 333 deletions core/src/main/java/org/apache/iceberg/actions/BinPackStrategy.java

This file was deleted.

Loading

0 comments on commit 507fd85

Please sign in to comment.