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

russellspitzer 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 aa0e7ab0e2 Build: Move RevApi breakage to correct version (#7223)
aa0e7ab0e2 is described below

commit aa0e7ab0e2f648f3b87cb02c200ea7faa890434b
Author: Eduard Tudenhöfner <[email protected]>
AuthorDate: Tue Mar 28 22:45:26 2023 +0200

    Build: Move RevApi breakage to correct version (#7223)
---
 .palantir/revapi.yml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/.palantir/revapi.yml b/.palantir/revapi.yml
index 2152a40691..b7afa49736 100644
--- a/.palantir/revapi.yml
+++ b/.palantir/revapi.yml
@@ -66,12 +66,6 @@ acceptedBreaks:
       old: "method void org.apache.iceberg.io.DataWriter<T>::add(T)"
       justification: "Removing deprecated method"
   "1.1.0":
-    org.apache.iceberg:iceberg-api:
-    - code: "java.field.constantValueChanged"
-      old: "field 
org.apache.iceberg.actions.RewriteDataFiles.MAX_CONCURRENT_FILE_GROUP_REWRITES_DEFAULT"
-      new: "field 
org.apache.iceberg.actions.RewriteDataFiles.MAX_CONCURRENT_FILE_GROUP_REWRITES_DEFAULT"
-      justification: "In most casse,users need more parallelism and is a 
default recommendation\
-        \ with respect to slowness of file rewrites "
     org.apache.iceberg:iceberg-core:
     - code: "java.class.noLongerImplementsInterface"
       old: "class org.apache.iceberg.jdbc.JdbcCatalog"
@@ -412,6 +406,10 @@ acceptedBreaks:
       justification: "Removing deprecations for 1.2.0"
   "1.2.0":
     org.apache.iceberg:iceberg-api:
+    - code: "java.field.constantValueChanged"
+      old: "field 
org.apache.iceberg.actions.RewriteDataFiles.MAX_CONCURRENT_FILE_GROUP_REWRITES_DEFAULT"
+      new: "field 
org.apache.iceberg.actions.RewriteDataFiles.MAX_CONCURRENT_FILE_GROUP_REWRITES_DEFAULT"
+      justification: "Update default to align with recommendation and allow 
more parallelism"
     - code: "java.method.addedToInterface"
       new: "method java.lang.String 
org.apache.iceberg.view.ViewVersion::operation()"
       justification: "Add operation API to view version"

Reply via email to