Skip to content

Commit

Permalink
Core: Remove deprecated classes related to rewrite data files (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
ajantha-bhat authored and lisirrx committed Jan 4, 2024
1 parent 82d4b69 commit 15d4cf2
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: "Removing deprecated code"
- code: "java.class.removed"
old: "class org.apache.iceberg.actions.SortStrategy"
justification: "Removing deprecated code"
- code: "java.class.removed"
old: "interface org.apache.iceberg.actions.RewriteStrategy"
justification: "Removing deprecated code"
- 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 15d4cf2

Please sign in to comment.