sririshindra commented on code in PR #5622:
URL: https://github.com/apache/iceberg/pull/5622#discussion_r981912269


##########
.palantir/revapi.yml:
##########
@@ -3,12 +3,19 @@ versionOverrides:
 acceptedBreaks:
   apache-iceberg-0.14.0:
     org.apache.iceberg:iceberg-api:
+    - code: "java.class.defaultSerializationChanged"

Review Comment:
   I don't understand the reason why the partition key is complaining either. 
   When I try to execute ` ./gradlew :iceberg-api:revapi --rerun-tasks`
   
   I get the following error.
   
   ```
   Execution failed for task ':iceberg-api:revapi'.
   > There were Java public API/ABI breaks reported by revapi:
     
     java.class.defaultSerializationChanged: The default serialization ID for 
the class has changed. This means that the new version of the class is not 
deserializable from the byte stream of a serialized old class.
     
     old: class org.apache.iceberg.PartitionKey
     new: class org.apache.iceberg.PartitionKey
     
     SOURCE: EQUIVALENT, BINARY: EQUIVALENT, SEMANTIC: BREAKING
     
     From old archive: iceberg-api-0.14.0.jar
     From new archive: iceberg-api-0.15.0-SNAPSHOT.jar
   ```
   



-- 
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