nastra commented on PR #6102: URL: https://github.com/apache/iceberg/pull/6102#issuecomment-1299795550
For completeness I wanted to mention that the `iceberg-build.properties` will also contain the wrong tag information (since it probably relies on the same `git describe --tag` command). Here's an example: ``` git.branch=delete-table-with-purge git.build.version=1.1.0-SNAPSHOT git.closest.tag.name=apache-iceberg-0.14.0 git.commit.id=90d01f60872ed3fbf15846334dd850b9dcea1d3a git.commit.id.abbrev=90d01f6 git.commit.message.short=Core\: Pass purgeRequested flag to REST server git.commit.time=2022-11-02T08\:09\:39+0100 git.tags= ``` -- 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]
