dongjoon-hyun commented on PR #53136:
URL: https://github.com/apache/spark/pull/53136#issuecomment-3555134032

   I cancelled the release job because other issues. Initially, release GitHub 
Action job didn't support to make a preview from `branch-4.1` and I release it 
manually. The situation happens in the finalize step in the same way. 
   
   The reason is the following. I gave `RELEASE_VERSION: 4.1.0-preview4` 
specifically, but during the processing, it's replaced to `v4.1.0-rc1`.
   
   ```
   env:
       GIT_BRANCH: branch-4.1
       RELEASE_VERSION: 4.1.0-preview4
       SPARK_RC_COUNT: 1
       IS_FINALIZE: true
       GIT_NAME: ***-hyun
       ASF_USERNAME: ***
       ASF_PASSWORD: ***
       GPG_PRIVATE_KEY: ***
     
       GPG_PASSPHRASE: ***
       PYPI_API_TOKEN: ***
       DEBUG_MODE: 1
       ANSWER: y
   
   ...
   
   ================
   Release details:
   BRANCH:     branch-4.1
   VERSION:    4.1.0
   TAG:        v4.1.0-rc1
   NEXT:       4.1.1-SNAPSHOT
   ASF USER:   ***
   GPG KEY:    ***@apache.org
   FULL NAME:  ***-hyun
   E-MAIL:     ***@apache.org
   ================
   ```
   
   For the actual testing, I'll do next week with Apache Spark 4.1.0 RC and 
finalizing it, @HyukjinKwon .


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