You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by pv...@apache.org on 2022/05/17 12:18:14 UTC

[iceberg] branch master updated: Fix typo in revapi.yml (#4778)

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

pvary 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 b958e0213 Fix typo in revapi.yml (#4778)
b958e0213 is described below

commit b958e0213d769f221fcd4a89f4654ef6bb12f683
Author: Ajantha Bhat <aj...@gmail.com>
AuthorDate: Tue May 17 17:48:07 2022 +0530

    Fix typo in revapi.yml (#4778)
---
 .palantir/revapi.yml | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/.palantir/revapi.yml b/.palantir/revapi.yml
index 483e7e234..a19f91a47 100644
--- a/.palantir/revapi.yml
+++ b/.palantir/revapi.yml
@@ -6,82 +6,82 @@ acceptedBreaks:
     - 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing 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"
+      justification: "Accept all changes prior to introducing API compatibility checks"