anoopj commented on PR #13755:
URL: https://github.com/apache/iceberg/pull/13755#issuecomment-3162195517

   Build failed because of a java api breakage check (even though it is not 
used):
   
   ```
   * What went wrong:
   Execution failed for task ':iceberg-parquet:revapi'.
   > There were Java public API/ABI breaks reported by revapi:
     
     java.class.removed: Class was removed.
     
     old: class org.apache.iceberg.parquet.ParquetAvroReader
     new: <none>
     
     SOURCE: BREAKING, BINARY: BREAKING
     
     From old archive: iceberg-parquet-1.9.0.jar
     From new archive: <none>
     
     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-parquet:revapiAcceptBreak --justification "{why 
this break is ok}" \
             --code "java.class.removed" \
             --old "class org.apache.iceberg.parquet.ParquetAvroReader"
       * All breaks in this project:
           ./gradlew :iceberg-parquet: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]

Reply via email to