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


##########
.palantir/revapi.yml:
##########
@@ -1025,14 +1025,11 @@ acceptedBreaks:
       new: "class org.apache.iceberg.types.Types.NestedField"
       justification: "new Constructor added"
     org.apache.iceberg:iceberg-core:
-    - code: "java.method.visibilityReduced"

Review Comment:
   for other reviewers: I've checked and these blocked have been moved when 
running 
   ```
   ./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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to