kbendick commented on PR #4638:
URL: https://github.com/apache/iceberg/pull/4638#issuecomment-1110360590
Sample output from running `./gradlew check.
```
----------------------------------------------------------------------------------------------------
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.SortOrder
new: class org.apache.iceberg.SortOrder
SOURCE: EQUIVALENT, BINARY: EQUIVALENT, SEMANTIC: BREAKING
From old archive: iceberg-api-0.13.1.jar
From new archive: iceberg-api-0.14.0-SNAPSHOT.jar
If this is an acceptable break that will not harm your users, you can
ignore it in future runs like so for:
* Just this break:
./gradlew :iceberg-api:revapiAcceptBreak --justification "{why this
break is ok}" \
--code "java.class.defaultSerializationChanged" \
--old "class org.apache.iceberg.SortOrder" \
--new "class org.apache.iceberg.SortOrder"
* All breaks in this project:
./gradlew :iceberg-api:revapiAcceptAllBreaks --justification "{why
this break is ok}"
* All breaks in all projects:
./gradlew revapiAcceptAllBreaks --justification "{why this break is
ok}"
----------------------------------------------------------------------------------------------------
```
--
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]