Skip to content

Conversation

@kevinjqliu
Copy link
Contributor

The tar file is named apache-iceberg-go-0.4.0.tar.gz but the folder inside is named apache-iceberg-go-0.4.0-rc0

This unblocks us from verifying an RC release.

We should follow up and fix the underlying issue by renaming the folder inside apache-iceberg-go-0.4.0

Testing

Tested with https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-go-0.4.0-rc0/

wget https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-go-0.4.0-rc0/
tar -xzf apache-iceberg-go-*.tar.gz
cd apache-iceberg-go-0.4.0-rc0
cp ~/repos/iceberg-go/dev/release/verify_rc.sh ./dev/release/verify_rc.sh
dev/release/verify_rc.sh 0.4.0 0

@kevinjqliu
Copy link
Contributor Author

looks like the release pipeline is really fragile... we might have to dig deeper and fix the release_rc script

Copy link
Contributor

@Fokko Fokko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ran into the same issue, and this fixed it 👍

ICEBERG_DIST_BASE_URL="https://downloads.apache.org/iceberg"
DOWNLOAD_RC_BASE_URL="https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-go-${VERSION}-rc${RC}"
ARCHIVE_BASE_NAME="apache-iceberg-go-${VERSION}-rc${RC}"
ARCHIVE_BASE_NAME="apache-iceberg-go-${VERSION}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like we need to update the workflow verify test as this creates a bad directory name

@zeroshade
Copy link
Member

@kevinjqliu @Fokko thoughts on the update I made to this PR to correct the internal folder name?

@kevinjqliu kevinjqliu mentioned this pull request Oct 5, 2025
@kevinjqliu
Copy link
Contributor Author

closing in favor of #588

@kevinjqliu kevinjqliu closed this Oct 5, 2025
@kevinjqliu kevinjqliu deleted the kevinjqliu/fix-verify-release branch October 5, 2025 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants