stevenzwu commented on code in PR #10735:
URL: https://github.com/apache/iceberg/pull/10735#discussion_r1717222074


##########
.palantir/revapi.yml:
##########
@@ -874,6 +874,10 @@ acceptedBreaks:
       justification: "Static utility class - should not have public 
constructor"
   "1.4.0":
     org.apache.iceberg:iceberg-core:
+    - code: "java.class.defaultSerializationChanged"

Review Comment:
   fixed. I first copied the `revapi.yml` file from latest main branch. then 
applied the `revapiAcceptBreak`. There was a couple additional diffs from the 
revapi action.
   
   ```
   ➜  iceberg git:(issue-9597-manifest-task) ✗ ./gradlew 
:iceberg-core:revapiAcceptBreak --justification "Serialization across versions 
is not supported" \
             --code "java.class.defaultSerializationChanged" \
             --old "class org.apache.iceberg.GenericManifestFile" \
             --new "class org.apache.iceberg.GenericManifestFile"
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to