ajantha-bhat commented on code in PR #6053:
URL: https://github.com/apache/iceberg/pull/6053#discussion_r1005698533


##########
.palantir/revapi.yml:
##########
@@ -1,5 +1,5 @@
 versionOverrides:
-  org.apache.iceberg:iceberg-api:apache-iceberg-0.14.0: "0.14.0"
+  org.apache.iceberg:iceberg-api:apache-iceberg-1.0.0: "1.0.0"

Review Comment:
   I think this failed now because the tag is not from the master? Looks like 
it even tried 0.14.0 but not 0.14.1
   
   ```
   Failed to resolve old API, meaning revapi cannot use it tofind API/ABI 
breaks. This usually happens when the last
   release was git tagged correctly but the publish build was not successful. 
If this is the case, there are two options:
   
   1) Ideally: Retrigger the publish build to ensure the API is published.
   2) Otherwise: You can choose to target against a different version, ideally 
the last correctly published version. Either run:
        * ./gradlew revapiVersionOverride --replacement-version <version>
          to override for all projects
        * ./gradlew :iceberg-api:revapiVersionOverride --replacement-version 
<version>
          to override for just this project "project ':iceberg-api'"
   ```



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