pan3793 commented on code in PR #50378:
URL: https://github.com/apache/spark/pull/50378#discussion_r2013401864


##########
dev/create-release/release-tag.sh:
##########
@@ -106,6 +106,8 @@ sed -i".tmp7" 's/SPARK_VERSION:.*$/SPARK_VERSION: 
'"$NEXT_VERSION"'/g' docs/_con
 sed -i".tmp8" 's/SPARK_VERSION_SHORT:.*$/SPARK_VERSION_SHORT: 
'"$R_NEXT_VERSION"'/g' docs/_config.yml
 # Update the version index of DocSearch as the short version
 sed -i".tmp9" "s/'facetFilters':.*$/'facetFilters': 
[\"version:$R_NEXT_VERSION\"]/g" docs/_config.yml
+# Remove test jars that do not beling to source releases.
+rm $(<dev/test-jars.txt)

Review Comment:
   > ... tagged commits (source releases) ...
   
   According to https://infra.apache.org/release-publishing.html, the Apache 
source release is something like 
https://dist.apache.org/repos/dist/release/spark/spark-3.5.5/spark-3.5.5.tgz, 
not https://github.com/apache/spark/tree/v3.5.5



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