You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/05/15 19:22:07 UTC

[iceberg] branch master updated: Core: Accept all API changes in master (#4770)

This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 37cc621d1 Core: Accept all API changes in master (#4770)
37cc621d1 is described below

commit 37cc621d1988eb6727ad8701fdba407d22ff43e3
Author: Kyle Bendickson <kj...@gmail.com>
AuthorDate: Sun May 15 12:21:59 2022 -0700

    Core: Accept all API changes in master (#4770)
---
 .palantir/revapi.yml | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 85 insertions(+)

diff --git a/.palantir/revapi.yml b/.palantir/revapi.yml
index 34f516e3d..483e7e234 100644
--- a/.palantir/revapi.yml
+++ b/.palantir/revapi.yml
@@ -1,2 +1,87 @@
 versionOverrides:
   org.apache.iceberg:iceberg-api:release-base-0.13.0: "0.13.0"
+acceptedBreaks:
+  release-base-0.13.0:
+    org.apache.iceberg:iceberg-api:
+    - code: "java.class.defaultSerializationChanged"
+      old: "class org.apache.iceberg.PartitionSpec"
+      new: "class org.apache.iceberg.PartitionSpec"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.class.defaultSerializationChanged"
+      old: "class org.apache.iceberg.Schema"
+      new: "class org.apache.iceberg.Schema"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.class.defaultSerializationChanged"
+      old: "class org.apache.iceberg.SortOrder"
+      new: "class org.apache.iceberg.SortOrder"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.class.defaultSerializationChanged"
+      old: "class org.apache.iceberg.util.CharSequenceSet"
+      new: "class org.apache.iceberg.util.CharSequenceSet"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method T org.apache.iceberg.Scan<T extends org.apache.iceberg.Scan<T extends\
+        \ org.apache.iceberg.Scan<T>>>::planWith(java.util.concurrent.ExecutorService)\
+        \ @ org.apache.iceberg.TableScan"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method ThisT org.apache.iceberg.SnapshotUpdate<ThisT>::scanManifestsWith(java.util.concurrent.ExecutorService)"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.ExpireSnapshots org.apache.iceberg.ExpireSnapshots::planWith(java.util.concurrent.ExecutorService)"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.ManageSnapshots org.apache.iceberg.ManageSnapshots::createBranch(java.lang.String,\
+        \ long)"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.ManageSnapshots org.apache.iceberg.ManageSnapshots::createTag(java.lang.String,\
+        \ long)"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.ManageSnapshots org.apache.iceberg.ManageSnapshots::fastForwardBranch(java.lang.String,\
+        \ java.lang.String)"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.ManageSnapshots org.apache.iceberg.ManageSnapshots::removeBranch(java.lang.String)"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.ManageSnapshots org.apache.iceberg.ManageSnapshots::removeTag(java.lang.String)"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.ManageSnapshots org.apache.iceberg.ManageSnapshots::renameBranch(java.lang.String,\
+        \ java.lang.String)"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.ManageSnapshots org.apache.iceberg.ManageSnapshots::replaceBranch(java.lang.String,\
+        \ java.lang.String)"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.ManageSnapshots org.apache.iceberg.ManageSnapshots::replaceBranch(java.lang.String,\
+        \ long)"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.ManageSnapshots org.apache.iceberg.ManageSnapshots::replaceTag(java.lang.String,\
+        \ long)"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.ManageSnapshots org.apache.iceberg.ManageSnapshots::setMaxRefAgeMs(java.lang.String,\
+        \ long)"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.ManageSnapshots org.apache.iceberg.ManageSnapshots::setMaxSnapshotAgeMs(java.lang.String,\
+        \ long)"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.ManageSnapshots org.apache.iceberg.ManageSnapshots::setMinSnapshotsToKeep(java.lang.String,\
+        \ int)"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.ReplacePartitions org.apache.iceberg.ReplacePartitions::validateFromSnapshot(long)"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.ReplacePartitions org.apache.iceberg.ReplacePartitions::validateNoConflictingData()"
+      justification: "Accept all changes prior to introductig API compatibility checks"
+    - code: "java.method.addedToInterface"
+      new: "method org.apache.iceberg.ReplacePartitions org.apache.iceberg.ReplacePartitions::validateNoConflictingDeletes()"
+      justification: "Accept all changes prior to introductig API compatibility checks"