You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
18.0.0 RC0's binaries didn't use apache-arrow-18.0.0-rc0 commit. It used wrong commit d0e7d07 .
We can detect this problem in verification process by checking version too.
If we use wrong commit, binaries have X.Y.Z-SNAPSHOT not X.Y.Z. So we can detect wrong commit.
Component(s)
Packaging, Release
The text was updated successfully, but these errors were encountered:
### Rationale for this change
We want to detect binary build from wrong source.
### What changes are included in this PR?
Add version check. If we use wrong source, binary's version is `X.Y.Z-SNAPSHOT` not `X.Y.Z`. So the added check is failed.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #44578
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
Describe the enhancement requested
18.0.0 RC0's binaries didn't use
apache-arrow-18.0.0-rc0
commit. It used wrong commit d0e7d07 .We can detect this problem in verification process by checking version too.
If we use wrong commit, binaries have
X.Y.Z-SNAPSHOT
notX.Y.Z
. So we can detect wrong commit.Component(s)
Packaging, Release
The text was updated successfully, but these errors were encountered: